]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- fix --enable-dsa to work, instead of copying ecdsa enable.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 20 Oct 2016 09:22:04 +0000 (09:22 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 20 Oct 2016 09:22:04 +0000 (09:22 +0000)
git-svn-id: file:///svn/unbound/trunk@3897 be551aaa-1e26-0410-a405-d3ace91eadb9

configure
configure.ac
doc/Changelog

index 709556595bdd1a971c39f46f43845f9aadbecba3..34e351883b36212f7b6edf83f0686e71065fda55 100755 (executable)
--- a/configure
+++ b/configure
@@ -17930,7 +17930,7 @@ if test "${enable_dsa+set}" = set; then :
 fi
 
 use_dsa="no"
-case "$enable_ecdsa" in
+case "$enable_dsa" in
     no)
       ;;
     *)
index 98cacecb213a45514393c70734ff64ad1eb8f8bd..ec2865b4cb5c0752089cecef299be10006eb3450 100644 (file)
@@ -867,7 +867,7 @@ esac
 
 AC_ARG_ENABLE(dsa, AC_HELP_STRING([--disable-dsa], [Disable DSA support]))
 use_dsa="no"
-case "$enable_ecdsa" in
+case "$enable_dsa" in
     no)
       ;;
     *)
index e00cd06af04977983d6af9761b5f4461cbbc3a12..ee839b6c0489a2938709557428ec43f68575c1d3 100644 (file)
@@ -1,6 +1,7 @@
 20 October 2016: Wouter
        - suppress compile warning in lex files.
        - init lzt variable, for older gcc compiler warnings.
+       - fix --enable-dsa to work, instead of copying ecdsa enable.
 
 19 October 2016: Wouter
        - Fix #1130: whitespace in example.conf.in more consistent.