]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Cleanup building of parse clocks
authorHarlan Stenn <stenn@ntp.org>
Sat, 28 May 2005 10:27:19 +0000 (06:27 -0400)
committerHarlan Stenn <stenn@ntp.org>
Sat, 28 May 2005 10:27:19 +0000 (06:27 -0400)
bk: 42984787njDT0yKcfYREjcnZa9aAvQ

configure.ac

index c225f58b72453f2de3b261c008dfe109be72c981..f27298e93a55ff219cd18e89bfad389d129573e0 100644 (file)
@@ -2506,13 +2506,14 @@ AC_MSG_RESULT($ntp_ok)
 
 AC_MSG_CHECKING(for default inclusion of all suitable PARSE clocks)
 AC_ARG_ENABLE(parse-clocks,
-   AC_HELP_STRING([--enable-parse-clocks], [+ include all suitable PARSE clocks:]),
+   AC_HELP_STRING([--enable-parse-clocks], [- include all suitable PARSE clocks:]),
     [ntp_eapc=$enableval],
     [case "$ntp_eac" in
      yes) ntp_eapc=$ntp_canparse ;;
      *) ntp_eapc=no ;;
     esac
-    ntp_eapc=yes])
+    # Delete the next line one of these days
+    ntp_eapc=no])
 AC_MSG_RESULT($ntp_eapc)
 
 case "$ntp_eac$ntp_eapc$ntp_canparse" in