Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
e462531f
Commit
e462531f
authored
Jun 18, 1999
by
Kurt Zeilenga
Browse files
Import STDC comment change from -devel.
parent
dcc03b64
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure
View file @
e462531f
...
...
@@ -3183,7 +3183,7 @@ case "x$am_cv_prog_cc_stdc" in
esac
if
test
"X
${
am_cv_prog_cc_stdc
}
"
=
"Xno"
;
then
{
echo
"configure: error: OpenLDAP requires compiler to support STDC
prototype
s."
1>&2
;
exit
1
;
}
{
echo
"configure: error: OpenLDAP requires compiler to support STDC
construct
s."
1>&2
;
exit
1
;
}
fi
...
...
configure.in
View file @
e462531f
...
...
@@ -449,7 +449,7 @@ AC_DEFINE_UNQUOTED( EXEEXT, "${EXEEXT}", [defined to be the EXE extension])
dnl OpenLDAP requires STDC features
AM_PROG_CC_STDC
if test "X${am_cv_prog_cc_stdc}" = "Xno" ; then
AC_MSG_ERROR([OpenLDAP requires compiler to support STDC
prototype
s.])
AC_MSG_ERROR([OpenLDAP requires compiler to support STDC
construct
s.])
fi
dnl AM_C_PROTOTYPES
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment