From: Dave Hart Date: Tue, 14 Apr 2009 05:21:17 +0000 (+0000) Subject: configure.ac: X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e88524fcbf2c85be92620de5a6cc24fbe1ebcb8c;p=thirdparty%2Fntp.git configure.ac: use unset for tickadj utility test fix bk: 49e41d4dzceB51mlUvZIryt7WP7UBQ --- diff --git a/configure.ac b/configure.ac index a6d5245ca5..82a0ca87d8 100644 --- a/configure.ac +++ b/configure.ac @@ -3802,7 +3802,7 @@ esac # be better to simply remove the hunk above, I did not want # to remove it if there is hope it will be used again. # -ac_cv_make_tickadj= +unset ac_cv_make_tickadj AC_CACHE_CHECK([if we want and can make the tickadj utility], ac_cv_make_tickadj, ac_cv_make_tickadj=yes)