summaryrefslogtreecommitdiff
path: root/source3/m4
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-03-31 11:58:35 +0200
committerMichael Adam <obnox@samba.org>2008-03-31 11:58:35 +0200
commit3ea216f888879e3a0a3beffa66e5132bdb4569e3 (patch)
treecf5a6ea9feebec4d8dfcc80e4d03256cda4d2e23 /source3/m4
parentce0bbc82fd2e2f0756e11b93806895605f01b12e (diff)
downloadsamba-3ea216f888879e3a0a3beffa66e5132bdb4569e3.tar.gz
samba-3ea216f888879e3a0a3beffa66e5132bdb4569e3.tar.bz2
samba-3ea216f888879e3a0a3beffa66e5132bdb4569e3.zip
build: fix configure option --with-static-libs=libXYZ
This should not prevent building but linking of shared lib for subsystem XYZ (example --with-static-libs=libtdb). m4 quotation is tricky... Michael (This used to be commit 4d0a5d5c93ddab444a0097e1c56e4363574cb2b6)
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 ef0abadefa..48cdacc9c8 100644
--- a/source3/m4/aclocal.m4
+++ b/source3/m4/aclocal.m4
@@ -100,7 +100,7 @@ build_lib=yes
if eval test x"$build_lib" = "xyes" -a $BLDSHARED = true; then
LIBUC[_SHARED]=$LIBUC[_SHARED_TARGET]
AC_MSG_RESULT(yes)
- if test x"$USESHARED" != x"true" -o x"$LINK_LIBUC" = "xSTATIC" ; then
+ if test x"$USESHARED" != x"true" -o x"$[LINK_]LIBUC" = "xSTATIC" ; then
LIBUC[_STATIC]=$LIBUC[_STATIC_TARGET]
else
LIBUC[_LIBS]=LIBLIBS