]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- fix that --enable-static-exe does not complain about it unknown. release-1.4.12rc1
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 1 Jul 2011 08:58:34 +0000 (08:58 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 1 Jul 2011 08:58:34 +0000 (08:58 +0000)
git-svn-id: file:///svn/unbound/trunk@2458 be551aaa-1e26-0410-a405-d3ace91eadb9

configure
configure.ac
doc/Changelog

index 8e3242a26ce435645c24bcd0ad7f07dae907d2e4..ccf9d11523b060aaf0bfaeb89c83791cc7e80ec6 100755 (executable)
--- a/configure
+++ b/configure
@@ -757,7 +757,7 @@ enable_sha2
 enable_gost
 with_libevent
 with_libexpat
-enable_staticexe
+enable_static_exe
 enable_lock_checks
 enable_alloc_checks
 enable_alloc_lite
@@ -15924,9 +15924,9 @@ done
 # set static linking if requested
 
 staticexe=""
-# Check whether --enable-staticexe was given.
-if test "${enable_staticexe+set}" = set; then :
-  enableval=$enable_staticexe;
+# Check whether --enable-static-exe was given.
+if test "${enable_static_exe+set}" = set; then :
+  enableval=$enable_static_exe;
 fi
 
 if test x_$enable_static_exe = x_yes; then
index 016b7112b21272cb4c09e7f4ea735a4e3095dee8..38a4acb25c4454db270f7c36e7dc5c2cd1aef9b3 100644 (file)
@@ -585,7 +585,7 @@ AC_CHECK_HEADERS([expat.h],,, [AC_INCLUDES_DEFAULT])
 # set static linking if requested
 AC_SUBST(staticexe)
 staticexe=""
-AC_ARG_ENABLE(staticexe, AC_HELP_STRING([--enable-static-exe],
+AC_ARG_ENABLE(static-exe, AC_HELP_STRING([--enable-static-exe],
        [ enable to compile executables statically against event, ldns libs, for debug purposes ]), 
        , )
 if test x_$enable_static_exe = x_yes; then
index d572ef325fb024767dbe05872d6d224dc6dfa457..27e083834161f89032d4d5c6cbb547e087f3304a 100644 (file)
@@ -1,5 +1,6 @@
 1 July 2011: Wouter
        - version number in example config file.
+       - fix that --enable-static-exe does not complain about it unknown.
 
 30 June 2011: Wouter
        - tag relase 1.4.11, trunk is 1.4.12 development.