]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Disable check_y2k for now (34 year bug?)
authorHarlan Stenn <stenn@ntp.org>
Sun, 15 Feb 2004 03:05:42 +0000 (22:05 -0500)
committerHarlan Stenn <stenn@ntp.org>
Sun, 15 Feb 2004 03:05:42 +0000 (22:05 -0500)
bk: 402ee206tuW92w4dMz00ErxQtvBwrQ

configure.in

index 87f3c2a97e5ec8f446f84ff4b3f336d3b40abee5..c743f719f49259f632048f25dc1557d725455b0d 100644 (file)
@@ -2594,7 +2594,8 @@ case "$ntp_libparse" in
     AC_DEFINE(CLOCK_PARSE, 1, [PARSE driver interface])
     LIBPARSE=../libparse/libparse.a
     MAKE_LIBPARSE=libparse.a
-    MAKE_CHECK_Y2K=check_y2k
+    # HMS: check_y2k trips the 34 year problem now...
+    0 && MAKE_CHECK_Y2K=check_y2k
     AC_DEFINE(PPS_SAMPLE, 1, [PPS auxiliary interface for ATOM?])
     AC_DEFINE(CLOCK_ATOM)
     ;;