summaryrefslogtreecommitdiff
path: root/source3/m4
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-04-01 01:46:57 +0200
committerMichael Adam <obnox@samba.org>2009-04-01 10:41:34 +0200
commit15ef346f9f7c69a2012a9b41a56a6ae9ffdd7cf6 (patch)
treefed6ae814ccd9a6e24edac8ea83f87f3d3230b02 /source3/m4
parent993c87495b80caff8ce288a29cd1ce8935224ca2 (diff)
downloadsamba-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
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 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])