From: Michael Adam Date: Tue, 31 Mar 2009 23:46:57 +0000 (+0200) Subject: s3:build: no need to set LIBFOO_STATIC to the object collection any more X-Git-Tag: tdb-1.1.5~1036^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15ef346f9f7c69a2012a9b41a56a6ae9ffdd7cf6;p=thirdparty%2Fsamba.git 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 --- diff --git a/source3/m4/aclocal.m4 b/source3/m4/aclocal.m4 index 5a07eddb942..386829d1b00 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])