]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
configure.ac:
authorDave Hart <hart@ntp.org>
Thu, 16 Apr 2009 19:09:05 +0000 (19:09 +0000)
committerDave Hart <hart@ntp.org>
Thu, 16 Apr 2009 19:09:05 +0000 (19:09 +0000)
  do not disable refclock_true (CLOCK_TRUETIME) due to pps_sample disappearance, relevant code is under CLOCK_PPS720 ifdef which only affects rare systems with pcl720.h present

bk: 49e78251V4o0YkAvt4BDmwfBvr688Q

configure.ac

index 739d3f458e71cb7f0b4c062f848c67d651d6c8a9..88f1d2ceb05391a6b6f237648bd61e337201a8d0 100644 (file)
@@ -2761,7 +2761,6 @@ AC_ARG_ENABLE(TRUETIME,
        ;;
      *)
        ntp_ok=$ntp_eac
-       ntp_ok="disabled pps_sample() gone" # delete this line alone
        ;;
     esac])
 if test "$ntp_ok" = "yes"; then