From: Dave Hart Date: Thu, 16 Apr 2009 02:39:01 +0000 (+0000) Subject: configure.ac: X-Git-Tag: NTP_4_2_5P164~16^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f042e6115276d658ef96c3a9177207cdbf238ec8;p=thirdparty%2Fntp.git configure.ac: fix for --enable-ntp-signd=/my/path bk: 49e69a45YbnvFKGP2TE-ZV1mFWNA_A --- diff --git a/configure.ac b/configure.ac index d178afac2..3d251a993 100644 --- a/configure.ac +++ b/configure.ac @@ -4179,7 +4179,7 @@ case "$ans" in ntp_signd_path=/var/run/ntp_signd ;; *) - ntp_signd_path="$ntp_signd" + ntp_signd_path="$ans" esac case "$ntp_signd_path" in