From: Harlan Stenn Date: Sun, 10 Sep 2000 00:18:21 +0000 (-0000) Subject: ChangeLog, aclocal.m4, configure, configure.in: X-Git-Tag: NTP_4_0_99_M~170 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=211cd55492793abfe49aed92dfd3d750ab9d0ea0;p=thirdparty%2Fntp.git ChangeLog, aclocal.m4, configure, configure.in: * configure.in (ac_cv_var_atom_ok): PARSE requires ATOM. bk: 39bad34dTXxC1ceDNd6ha362I77yug --- diff --git a/ChangeLog b/ChangeLog index e1e21e109d..75c59bb0d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 2000-09-09 Harlan Stenn * configure.in (ac_cv_var_atom_ok): Improve ATOM configure message + PARSE requires ATOM. * ntpd/ntpd.c (set_process_priority): Clean up debug messages. diff --git a/configure b/configure index 0cc4c405d8..0ad329d8fb 100755 --- 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 diff --git a/configure.in b/configure.in index d73bed1297..bc31cd67df 100644 --- a/configure.in +++ b/configure.in @@ -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