summaryrefslogtreecommitdiff
path: root/source3/m4
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-08-20 14:55:24 +0200
committerMichael Adam <obnox@samba.org>2008-08-20 22:38:07 +0200
commitc617b69b1106ebf8684804ad9ff87ebd68ed73fa (patch)
tree4aa961281f73dd05eed916ee60ac78a7a65164ed /source3/m4
parentcc8404242c72d4838084019d56a8c67d7a06aa04 (diff)
downloadsamba-c617b69b1106ebf8684804ad9ff87ebd68ed73fa.tar.gz
samba-c617b69b1106ebf8684804ad9ff87ebd68ed73fa.tar.bz2
samba-c617b69b1106ebf8684804ad9ff87ebd68ed73fa.zip
build: fall down to the same place when using an internal lib statically.
Michael (This used to be commit 702c0bc04668117e3521d687b9b5a87fd7e0f1b1)
Diffstat (limited to 'source3/m4')
-rw-r--r--source3/m4/aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/m4/aclocal.m4 b/source3/m4/aclocal.m4
index 53ad46cb8d..e2d0ec4b8a 100644
--- a/source3/m4/aclocal.m4
+++ b/source3/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