From: Harlan Stenn Date: Mon, 10 Jan 2000 08:08:18 +0000 (-0000) Subject: ChangeLog, configure, configure.in: X-Git-Tag: NTP_4_0_99~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c66d0cbf3539c4161a8a43d6270ebb02c2336d9f;p=thirdparty%2Fntp.git ChangeLog, configure, configure.in: * configure.in: Get the quoting right on the sys_errlist check. From documentation by: Akim Demaille bk: 38799372br4piyqkJUCtL9k0Yq-5JQ --- diff --git a/ChangeLog b/ChangeLog index 408c1b808..072509dbe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-01-10 Harlan Stenn + + * configure.in: Get the quoting right on the sys_errlist check. + From documentation by: Akim Demaille + 2000-01-08 Harlan Stenn * configure.in: cannot be detected... diff --git a/configure b/configure index a31e4321d..f167bc2d9 100755 --- a/configure +++ b/configure @@ -6629,8 +6629,8 @@ EOF ;; esac -echo $ac_n "checking if declaring 'char *sys_errlist' is ok""... $ac_c" 1>&6 -echo "configure:6634: checking if declaring 'char *sys_errlist' is ok" >&5 +echo $ac_n "checking if declaring 'char *sys_errlist[]' is ok""... $ac_c" 1>&6 +echo "configure:6634: checking if declaring 'char *sys_errlist[]' is ok" >&5 if eval "test \"`echo '$''{'ac_cv_decl_sys_errlist'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else diff --git a/configure.in b/configure.in index fc9125441..99d8a164e 100644 --- a/configure.in +++ b/configure.in @@ -729,7 +729,7 @@ esac dnl See if char *sys_errlist[] is OK. dnl If you get the quoting right on the next line, you tried something I didn't. -AC_CACHE_CHECK(if declaring 'char *sys_errlist[]' is ok, ac_cv_decl_sys_errlist, +AC_CACHE_CHECK([[if declaring 'char *sys_errlist[]' is ok]], ac_cv_decl_sys_errlist, [AC_TRY_COMPILE([#include #ifdef HAVE_ERRNO_H #include