]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
configure.ac:
authorDave Hart <hart@ntp.org>
Wed, 15 Apr 2009 12:36:24 +0000 (12:36 +0000)
committerDave Hart <hart@ntp.org>
Wed, 15 Apr 2009 12:36:24 +0000 (12:36 +0000)
  do not cache options fix

bk: 49e5d4c8EUiSNgilQ2ZZRWfCwHBm8A

configure.ac

index c732360cbbaa08ae70e6f42713c6247a08b241f6..d178afac2c1067f92fe18124d2b58376fe1ab631 100644 (file)
@@ -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