--- ntp-4.2.0a+stable/configure.in 2005-04-21 16:48:05.000000000 +0200 +++ ntp-4.2.0a+stable.patched/configure.in 2005-04-21 16:26:43.000000000 +0200 @@ -11,7 +11,6 @@ ac_cv_var_atom_ok=no ac_cv_var_oncore_ok=no -ac_cv_var_ripe_ncc_ok=no ac_cv_var_jupiter_ok=no dnl Grab any initial CFLAGS so we can pick better defaults. @@ -1705,7 +1727,6 @@ inlineyes*yes*) AC_DEFINE(HAVE_PPSAPI, 1, [Do we have the PPS API per the Draft RFC?]) ac_cv_var_oncore_ok=yes - ac_cv_var_ripe_ncc_ok=yes ac_cv_var_jupiter_ok=yes ;; esac @@ -2222,9 +2243,6 @@ AC_HELP_STRING([--enable-RIPENCC], [- RIPENCC specific Trimble driver]), [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 ;; -esac if test "$ntp_ok" = "yes"; then ntp_refclock=yes AC_DEFINE(CLOCK_RIPENCC, ,[RIPE NCC Trimble clock])