From: Dave Hart Date: Wed, 15 Apr 2009 12:36:24 +0000 (+0000) Subject: configure.ac: X-Git-Tag: NTP_4_2_5P164~17^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=164fea3974a43d8a2ac391e94b5de20c537854dd;p=thirdparty%2Fntp.git configure.ac: do not cache options fix bk: 49e5d4c8EUiSNgilQ2ZZRWfCwHBm8A --- diff --git a/configure.ac b/configure.ac index c732360cb..d178afac2 100644 --- a/configure.ac +++ b/configure.ac @@ -3680,7 +3680,7 @@ AC_MSG_RESULT([$ans]) case "$ans" in ''|no) ;; # HMS: I think we can only get 'no' here... - *) AC_DEFINE_UNQUOTED(PRESET_TICK, $ac_cv_var_tick, [Preset a value for 'tick'?]) ;; + *) AC_DEFINE_UNQUOTED(PRESET_TICK, [$ans], [Preset a value for 'tick'?]) ;; esac