summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2008-08-27 10:37:22 +0200
committerKarolin Seeger <kseeger@samba.org>2008-08-27 10:37:22 +0200
commitad6b5ae2b315238647a0e968cddbd1fa83c2eef4 (patch)
tree33494d43a52e0a4d3371a554329fdf5fea06f273
parent1a6d3ceab272f556398fd1759d45d7efbac005c4 (diff)
downloadsamba-ad6b5ae2b315238647a0e968cddbd1fa83c2eef4.tar.gz
Revert "build: fix bug #5590 by not linking in the static libs but the objects."
This reverts commit ef801d12a309c4c9f6429739b835fb32f5c309b8.
-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 9a4213d9767..e2d0ec4b8a2 100644
--- a/source/m4/aclocal.m4
+++ b/source/m4/aclocal.m4
@@ -152,7 +152,7 @@ else
AC_MSG_RESULT(shared library not selected, but will supply static library)
fi
if test $enable_static = yes; then
- LIBUC[_STATIC]=[\$\(]LIBUC[_OBJ0\)]
+ LIBUC[_STATIC]=$LIBUC[_STATIC_TARGET]
fi
m4_popdef([LIBNAME])