From: Harlan Stenn Date: Wed, 24 Apr 2002 05:58:11 +0000 (-0400) Subject: Clean up the HOPF driver tests. X-Git-Tag: NTP_4_1_73~155^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0f6d0e2aeeb04be2bdf19a76a08a7aae1e9e42dd;p=thirdparty%2Fntp.git Clean up the HOPF driver tests. bk: 3cc64973YFr7kpcDb58a3Xdq5Cgx0Q --- diff --git a/configure.in b/configure.in index 4746403be0..6738ea7e9e 100644 --- a/configure.in +++ b/configure.in @@ -1618,26 +1618,6 @@ case "$ntp_ok$host" in yes*) AC_MSG_WARN(*** But the expected answer is... no ***) ;; esac -AC_MSG_CHECKING(for hopf serial clock device) -AC_ARG_ENABLE(HOPFSERIAL, - AC_HELP_STRING([--enable-HOPFSERIAL], [+ hopf serial clock device]), - [ntp_ok=$enableval], [ntp_ok=$ntp_eac]) -if test "$ntp_ok" = "yes"; then - ntp_refclock=yes - AC_DEFINE(CLOCK_HOPF_SERIAL) -fi -AC_MSG_RESULT($ntp_ok) - -AC_MSG_CHECKING(for hopf PCI clock 6039) -AC_ARG_ENABLE(HOPFPCI, - AC_HELP_STRING([--enable-HOPFPCI], [+ hopf 6039 PCI board]), - [ntp_ok=$enableval], [ntp_ok=$ntp_eac]) -if test "$ntp_ok" = "yes"; then - ntp_refclock=yes - AC_DEFINE(CLOCK_HOPF_PCI) -fi -AC_MSG_RESULT($ntp_ok) - AC_MSG_CHECKING(for PCL720 clock support) case "$ac_cv_header_machine_inline_h$ac_cv_header_sys_pcl720_h$ac_cv_header_sys_i8253_h" in yesyesyes) @@ -1846,17 +1826,19 @@ fi AC_MSG_RESULT($ntp_ok) AC_MSG_CHECKING(for hopf serial clock device) -AC_ARG_ENABLE(HOPFSERIAL, [ --enable-HOPFSERIAL + hopf serial clock device], - [ntp_ok=$enableval], [ntp_ok=$ntp_eac]) - if test "$ntp_ok" = "yes"; then - ntp_refclock=yes - AC_DEFINE(CLOCK_HOPF_SERIAL) - fi - AC_MSG_RESULT($ntp_ok) +AC_ARG_ENABLE(HOPFSERIAL, + AC_HELP_STRING([--enable-HOPFSERIAL], [+ hopf serial clock device]), + [ntp_ok=$enableval], [ntp_ok=$ntp_eac]) +if test "$ntp_ok" = "yes"; then + ntp_refclock=yes + AC_DEFINE(CLOCK_HOPF_SERIAL) +fi +AC_MSG_RESULT($ntp_ok) AC_MSG_CHECKING(for hopf PCI clock 6039) -AC_ARG_ENABLE(HOPFPCI, [ --enable-HOPFPCI + hopf 6039 PCI board], - [ntp_ok=$enableval], [ntp_ok=$ntp_eac]) +AC_ARG_ENABLE(HOPFPCI, + AC_HELP_STRING([--enable-HOPFPCI], [+ hopf 6039 PCI board]), + [ntp_ok=$enableval], [ntp_ok=$ntp_eac]) if test "$ntp_ok" = "yes"; then ntp_refclock=yes AC_DEFINE(CLOCK_HOPF_PCI)