diff options
author | Michael Adam <obnox@samba.org> | 2009-04-01 01:46:57 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-04-01 10:41:34 +0200 |
commit | 15ef346f9f7c69a2012a9b41a56a6ae9ffdd7cf6 (patch) | |
tree | fed6ae814ccd9a6e24edac8ea83f87f3d3230b02 | |
parent | 993c87495b80caff8ce288a29cd1ce8935224ca2 (diff) | |
download | samba-15ef346f9f7c69a2012a9b41a56a6ae9ffdd7cf6.tar.gz samba-15ef346f9f7c69a2012a9b41a56a6ae9ffdd7cf6.tar.bz2 samba-15ef346f9f7c69a2012a9b41a56a6ae9ffdd7cf6.zip |
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
-rw-r--r-- | source3/m4/aclocal.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
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]) |