]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
ChangeLog, configure, configure.in:
authorHarlan Stenn <stenn@ntp.org>
Mon, 10 Jan 2000 08:08:18 +0000 (08:08 -0000)
committerHarlan Stenn <stenn@ntp.org>
Mon, 10 Jan 2000 08:08:18 +0000 (08:08 -0000)
  * configure.in: Get the quoting right on the sys_errlist check.
  From documentation by: Akim Demaille <akim@epita.fr>

bk: 38799372br4piyqkJUCtL9k0Yq-5JQ

ChangeLog
configure
configure.in

index 408c1b8081e34cb44536c57e16d7926dfdd4dbdf..072509dbe5ae53a61b75b1bc5b4768a9390ec0b1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-01-10  Harlan Stenn  <stenn@whimsy.udel.edu>
+
+       * configure.in: Get the quoting right on the sys_errlist check.
+       From documentation by: Akim Demaille <akim@epita.fr>
+
 2000-01-08  Harlan Stenn  <stenn@whimsy.udel.edu>
 
        * configure.in: <netinet/ip.h> cannot be detected... 
index a31e4321dd3322892ea75264eda4327804ec157f..f167bc2d9c37694310e2154a12cdd81f7a8619c0 100755 (executable)
--- 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
index fc91254417e57b1135c17d6d957e7db5c702d3c5..99d8a164e4558bd303271cd95f3a8dbef95e4030 100644 (file)
@@ -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 <stdio.h>
 #ifdef HAVE_ERRNO_H
 #include <errno.h>