mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- fix that --enable-static-exe does not complain about it unknown.
git-svn-id: file:///svn/unbound/trunk@2458 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
a742415b5c
commit
60e8c22040
3 changed files with 6 additions and 5 deletions
8
configure
vendored
8
configure
vendored
|
|
@ -757,7 +757,7 @@ enable_sha2
|
||||||
enable_gost
|
enable_gost
|
||||||
with_libevent
|
with_libevent
|
||||||
with_libexpat
|
with_libexpat
|
||||||
enable_staticexe
|
enable_static_exe
|
||||||
enable_lock_checks
|
enable_lock_checks
|
||||||
enable_alloc_checks
|
enable_alloc_checks
|
||||||
enable_alloc_lite
|
enable_alloc_lite
|
||||||
|
|
@ -15924,9 +15924,9 @@ done
|
||||||
# set static linking if requested
|
# set static linking if requested
|
||||||
|
|
||||||
staticexe=""
|
staticexe=""
|
||||||
# Check whether --enable-staticexe was given.
|
# Check whether --enable-static-exe was given.
|
||||||
if test "${enable_staticexe+set}" = set; then :
|
if test "${enable_static_exe+set}" = set; then :
|
||||||
enableval=$enable_staticexe;
|
enableval=$enable_static_exe;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test x_$enable_static_exe = x_yes; then
|
if test x_$enable_static_exe = x_yes; then
|
||||||
|
|
|
||||||
|
|
@ -585,7 +585,7 @@ AC_CHECK_HEADERS([expat.h],,, [AC_INCLUDES_DEFAULT])
|
||||||
# set static linking if requested
|
# set static linking if requested
|
||||||
AC_SUBST(staticexe)
|
AC_SUBST(staticexe)
|
||||||
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 ]),
|
[ enable to compile executables statically against event, ldns libs, for debug purposes ]),
|
||||||
, )
|
, )
|
||||||
if test x_$enable_static_exe = x_yes; then
|
if test x_$enable_static_exe = x_yes; then
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
1 July 2011: Wouter
|
1 July 2011: Wouter
|
||||||
- version number in example config file.
|
- version number in example config file.
|
||||||
|
- fix that --enable-static-exe does not complain about it unknown.
|
||||||
|
|
||||||
30 June 2011: Wouter
|
30 June 2011: Wouter
|
||||||
- tag relase 1.4.11, trunk is 1.4.12 development.
|
- tag relase 1.4.11, trunk is 1.4.12 development.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue