summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-08-20 14:55:24 +0200
committerKarolin Seeger <kseeger@samba.org>2008-08-21 08:47:10 +0200
commit8145b0a7d7bacb818b8dadadae65ecd0877b5ce2 (patch)
tree33494d43a52e0a4d3371a554329fdf5fea06f273
parenteb892f90c9be0ebc2217fc459d4249190986c003 (diff)
downloadsamba-8145b0a7d7bacb818b8dadadae65ecd0877b5ce2.tar.gz
build: fall down to the same place when using an internal lib statically.
Michael (cherry picked from commit 702c0bc04668117e3521d687b9b5a87fd7e0f1b1) (cherry picked from commit f3ad03d0f909ff862411511d9f63e77047034c01)
-rw-r--r--source/m4/aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/source/m4/aclocal.m4 b/source/m4/aclocal.m4
index 53ad46cb8d6..e2d0ec4b8a2 100644
--- a/source/m4/aclocal.m4
+++ b/source/m4/aclocal.m4
@@ -139,7 +139,7 @@ if eval test x"$build_lib" = "xyes" ; then
LIBUC[_SHARED]=$LIBUC[_SHARED_TARGET]
AC_MSG_RESULT(yes)
if test x"$USESHARED" != x"true" -o x"$[LINK_]LIBUC" = "xSTATIC" ; then
- LIBUC[_STATIC]=$LIBUC[_STATIC_TARGET]
+ enable_static=yes
else
LIBUC[_LIBS]=LIBLIBS
fi