* configure.in (ac_cv_var_atom_ok): PARSE requires ATOM.
bk: 39bad34dTXxC1ceDNd6ha362I77yug
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.
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
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