From: Harlan Stenn Date: Fri, 4 Oct 2002 02:06:53 +0000 (-0400) Subject: Don't build RIPENCC refclock by default. X-Git-Tag: NTP_4_1_1C_RC1~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=235c238f562d5179851c004020f8f78058b2b74d;p=thirdparty%2Fntp.git Don't build RIPENCC refclock by default. bk: 3d9cf7bd_aiUlMOEZ1L2kx4x5ZUq4w --- diff --git a/configure.in b/configure.in index a6a338b23..b541a3187 100644 --- a/configure.in +++ b/configure.in @@ -2027,7 +2027,7 @@ AC_MSG_RESULT($ntp_ok) AC_MSG_CHECKING(RIPENCC specific Trimble driver) AC_ARG_ENABLE(RIPENCC, AC_HELP_STRING([--enable-RIPENCC], [- RIPENCC specific Trimble driver]), - [ntp_ok=$enableval], [ntp_ok=yes]) + [ntp_ok=$enableval], [ntp_ok=no]) # 020629: HMS: s/$ntp_eac -> -/no because of ptr += sprintf(ptr, ...) usage case "$ac_cv_var_ripe_ncc_ok" in no) ntp_ok=no ;;