summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2008-08-27 10:37:30 +0200
committerKarolin Seeger <kseeger@samba.org>2008-08-27 10:37:30 +0200
commitb2c551c1e6465a18cba9ab5ffc2ed4facb9b2458 (patch)
tree514e81f95bb55bfb235affd57d4e1211821708eb
parentad6b5ae2b315238647a0e968cddbd1fa83c2eef4 (diff)
downloadsamba-b2c551c1e6465a18cba9ab5ffc2ed4facb9b2458.tar.gz
Revert "build: fall down to the same place when using an internal lib statically."
This reverts commit 8145b0a7d7bacb818b8dadadae65ecd0877b5ce2.
-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 e2d0ec4b8a2..53ad46cb8d6 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
- enable_static=yes
+ LIBUC[_STATIC]=$LIBUC[_STATIC_TARGET]
else
LIBUC[_LIBS]=LIBLIBS
fi