]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Clean up the HOPF driver tests.
authorHarlan Stenn <stenn@ntp.org>
Wed, 24 Apr 2002 05:58:11 +0000 (01:58 -0400)
committerHarlan Stenn <stenn@ntp.org>
Wed, 24 Apr 2002 05:58:11 +0000 (01:58 -0400)
bk: 3cc64973YFr7kpcDb58a3Xdq5Cgx0Q

configure.in

index 4746403be077df70f5b1469e6ea5e7ce4c0435a0..6738ea7e9e7668f6311c7c24b62af175149eda90 100644 (file)
@@ -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)