]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
configure.ac:
authorDave Hart <hart@ntp.org>
Thu, 16 Apr 2009 02:39:01 +0000 (02:39 +0000)
committerDave Hart <hart@ntp.org>
Thu, 16 Apr 2009 02:39:01 +0000 (02:39 +0000)
  fix for --enable-ntp-signd=/my/path

bk: 49e69a45YbnvFKGP2TE-ZV1mFWNA_A

configure.ac

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