summaryrefslogtreecommitdiff
path: root/source3/m4
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-08-20 14:56:18 +0200
committerMichael Adam <obnox@samba.org>2008-08-20 22:38:08 +0200
commite2ec27135d5e0cfa1984d64c052669f1de5684e9 (patch)
tree2eafcd4577caafab7be1bfb066c9b7daa639e99f /source3/m4
parentc617b69b1106ebf8684804ad9ff87ebd68ed73fa (diff)
downloadsamba-e2ec27135d5e0cfa1984d64c052669f1de5684e9.tar.gz
samba-e2ec27135d5e0cfa1984d64c052669f1de5684e9.tar.bz2
samba-e2ec27135d5e0cfa1984d64c052669f1de5684e9.zip
build: fix bug #5590 by not linking in the static libs but the objects.
Michael (This used to be commit 6ad2090391a92ebe822b2d7b80e180c251dc8e7a)
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 e2d0ec4b8a..9a4213d976 100644
--- a/source3/m4/aclocal.m4
+++ b/source3/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[_STATIC_TARGET]
+ LIBUC[_STATIC]=[\$\(]LIBUC[_OBJ0\)]
fi
m4_popdef([LIBNAME])