git-svn-id: file:///svn/unbound/trunk@3011 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2013-11-03 23:13:49 +00:00
parent 8acb4f8bd3
commit 3f6d7f30c7

4
configure vendored
View file

@ -632,6 +632,7 @@ ac_includes_default="\
#endif" #endif"
ac_subst_vars='LTLIBOBJS ac_subst_vars='LTLIBOBJS
INSTALLTARGET
ALLTARGET ALLTARGET
SOURCEFILE SOURCEFILE
SOURCEDETERMINE SOURCEDETERMINE
@ -18237,12 +18238,14 @@ rm -f conftest.lo
# see if we want to build the library or everything # see if we want to build the library or everything
ALLTARGET="alltargets" ALLTARGET="alltargets"
INSTALLTARGET="install-all"
# Check whether --with-libunbound-only was given. # Check whether --with-libunbound-only was given.
if test "${with_libunbound_only+set}" = set; then : if test "${with_libunbound_only+set}" = set; then :
withval=$with_libunbound_only; withval=$with_libunbound_only;
if test "$withval" = "yes"; then if test "$withval" = "yes"; then
ALLTARGET="lib" ALLTARGET="lib"
INSTALLTARGET="install-lib"
fi fi
fi fi
@ -18250,6 +18253,7 @@ fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: Stripping extension flags..." >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: Stripping extension flags..." >&5
$as_echo "$as_me: Stripping extension flags..." >&6;} $as_echo "$as_me: Stripping extension flags..." >&6;}