From: Kurt Zeilenga Date: Fri, 18 Jun 1999 20:58:36 +0000 (+0000) Subject: s/prototypes/constructs/ in ANSI C warning. X-Git-Tag: OPENLDAP_REL_ENG_2_BP~275 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=426379d5e1c746d65cd961d4700ccb9e217c3b5e;p=openldap s/prototypes/constructs/ in ANSI C warning. --- diff --git a/configure b/configure index d73b7711f0..29cd543254 100755 --- a/configure +++ b/configure @@ -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 prototypes." 1>&2; exit 1; } + { echo "configure: error: OpenLDAP requires compiler to support STDC constructs." 1>&2; exit 1; } fi diff --git a/configure.in b/configure.in index 1d58306b88..b30e485fa3 100644 --- a/configure.in +++ b/configure.in @@ -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 prototypes.]) + AC_MSG_ERROR([OpenLDAP requires compiler to support STDC constructs.]) fi dnl AM_C_PROTOTYPES