]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
ChangeLog, aclocal.m4, configure, configure.in:
authorHarlan Stenn <stenn@ntp.org>
Sun, 10 Sep 2000 00:18:21 +0000 (00:18 -0000)
committerHarlan Stenn <stenn@ntp.org>
Sun, 10 Sep 2000 00:18:21 +0000 (00:18 -0000)
  * configure.in (ac_cv_var_atom_ok): PARSE requires ATOM.

bk: 39bad34dTXxC1ceDNd6ha362I77yug

ChangeLog
configure
configure.in

index e1e21e109d6110804411fe4005080d0950ba10ca..75c59bb0d1ee2ecf78aaa1d06b9a8b5d8aebbdf8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 2000-09-09  Harlan Stenn  <stenn@whimsy.udel.edu>
 
        * configure.in (ac_cv_var_atom_ok): Improve ATOM configure message
+       PARSE requires ATOM.
 
        * ntpd/ntpd.c (set_process_priority): Clean up debug messages.
 
index 0cc4c405d8f338c2655bcf70f621ab81440372f5..0ad329d8fb874b75858a3e7f10f44a7a261ec6fd 100755 (executable)
--- a/configure
+++ b/configure
@@ -10167,8 +10167,8 @@ echo "${ECHO_T}$ntp_eac" >&6
 
 echo "configure:10168: checking if we have support for PARSE clocks" >&5
 echo $ECHO_N "checking if we have support for PARSE clocks... $ECHO_C" >&6
-case "$ac_cv_header_termio_h$ac_cv_header_termios_h" in
- *yes*)
+case "$ac_cv_var_atom_ok$ac_cv_header_termio_h$ac_cv_header_termios_h" in
yes*yes*)
     ntp_canparse=yes
     ;;
  *) ntp_canparse=no
index d73bed129743667093bddd218e05aa8dc07ab290..bc31cd67dfa5dacc6ef20f1bf0d8b0ae4228885c 100644 (file)
@@ -1548,8 +1548,8 @@ AC_ARG_ENABLE(all-clocks, [  --enable-all-clocks     + include all suitable non-
 AC_MSG_RESULT($ntp_eac)
 
 AC_MSG_CHECKING(if we have support for PARSE clocks)
-case "$ac_cv_header_termio_h$ac_cv_header_termios_h" in
- *yes*)
+case "$ac_cv_var_atom_ok$ac_cv_header_termio_h$ac_cv_header_termios_h" in
yes*yes*)
     ntp_canparse=yes
     ;;
  *) ntp_canparse=no