From e2ec27135d5e0cfa1984d64c052669f1de5684e9 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 20 Aug 2008 14:56:18 +0200 Subject: build: fix bug #5590 by not linking in the static libs but the objects. Michael (This used to be commit 6ad2090391a92ebe822b2d7b80e180c251dc8e7a) --- source3/m4/aclocal.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/m4/aclocal.m4') 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]) -- cgit