From: Harlan Stenn Date: Sat, 20 Jul 2002 02:35:24 +0000 (-0400) Subject: Disable the NeoCLock by default for now - the driver assumes sprintf() X-Git-Tag: NTP_4_1_1C_RC1~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=80fa67add8d4962f8d236ccfe94989b977f5179e;p=thirdparty%2Fntp.git Disable the NeoCLock by default for now - the driver assumes sprintf() returns an int... bk: 3d38cc6cLPo4IVExBeFiEq3Y96K7fQ --- diff --git a/configure.in b/configure.in index f818f11162..d07065ec9a 100644 --- a/configure.in +++ b/configure.in @@ -1930,8 +1930,8 @@ 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]) + AC_HELP_STRING([--enable-NEOCLOCK4X], [- NeoClock4X DCF77 / TDF receiver]), + [ntp_ok=$enableval], [ntp_ok=no]) if test "$ntp_ok" = "yes"; then ntp_refclock=yes AC_DEFINE(CLOCK_NEOCLOCK4X, 1, [NeoClock4X])