From: Harlan Stenn Date: Sat, 28 May 2005 10:27:19 +0000 (-0400) Subject: Cleanup building of parse clocks X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc020d6c7e729b301ee942e8948049e2297d68a4;p=thirdparty%2Fntp.git Cleanup building of parse clocks bk: 42984787njDT0yKcfYREjcnZa9aAvQ --- diff --git a/configure.ac b/configure.ac index c225f58b72..f27298e93a 100644 --- a/configure.ac +++ b/configure.ac @@ -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