]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Alphabetize the neoclock test.
authorHarlan Stenn <stenn@ntp.org>
Fri, 19 Jul 2002 18:06:56 +0000 (14:06 -0400)
committerHarlan Stenn <stenn@ntp.org>
Fri, 19 Jul 2002 18:06:56 +0000 (14:06 -0400)
bk: 3d385540nTX-PsOH4ULBUuFH7dzMOw

configure.in

index ae9d6de3bd6da75f0a387b8d1726130d1e67c2d1..f818f11162b836174e13464182e876931f32e1d5 100644 (file)
@@ -1928,6 +1928,16 @@ case "$ntp_ok$host" in
  yes*-*-ultrix*) AC_MSG_WARN(*** But the expected answer is... no ***) ;;
 esac
 
+AC_MSG_CHECKING(for NeoClock4X receiver)
+AC_ARG_ENABLE(NEOCLOCK4X,
+    AC_HELP_STRING([--enable-NEOCLOCK4X], [+ NeoClock4X DCF77 / TDF receiver]),
+    [ntp_ok=$enableval], [ntp_ok=$ntp_eac])
+if test "$ntp_ok" = "yes"; then
+    ntp_refclock=yes
+    AC_DEFINE(CLOCK_NEOCLOCK4X, 1, [NeoClock4X])
+fi
+AC_MSG_RESULT($ntp_ok)
+
 AC_MSG_CHECKING(NMEA GPS receiver)
 AC_ARG_ENABLE(NMEA,
     AC_HELP_STRING([--enable-NMEA], [+ NMEA GPS receiver]),
@@ -2152,16 +2162,6 @@ if test "$ntp_ok" = "yes"; then
 fi
 AC_MSG_RESULT($ntp_ok)
 
-AC_MSG_CHECKING(for NeoClock4X receiver)
-AC_ARG_ENABLE(NEOCLOCK4X,
-    AC_HELP_STRING([--enable-NEOCLOCK4X], [+ NeoClock4X DCF77 / TDF receiver]),
-    [ntp_ok=$enableval], [ntp_ok=$ntp_eac])
-if test "$ntp_ok" = "yes"; then
-    ntp_refclock=yes
-    AC_DEFINE(CLOCK_NEOCLOCK4X, 1, [NeoClock4X])
-fi
-AC_MSG_RESULT($ntp_ok)
-
 AC_MSG_CHECKING(for default inclusion of all suitable PARSE clocks)
 AC_ARG_ENABLE(parse-clocks,    [  --enable-parse-clocks   - include all suitable PARSE clocks:],
     [ntp_eapc=$enableval],