From 15ef346f9f7c69a2012a9b41a56a6ae9ffdd7cf6 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 1 Apr 2009 01:46:57 +0200 Subject: s3:build: no need to set LIBFOO_STATIC to the object collection any more now that the @LIBFOO_STATIC@ entries have vanished from the object lists. Just use the static library. Michael --- 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 5a07eddb94..386829d1b0 100644 --- a/source3/m4/aclocal.m4 +++ b/source3/m4/aclocal.m4 @@ -158,7 +158,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]) -- cgit