git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b4e491
)
s3:build: fix linking with --disable-shared-libs
author
Michael Adam
<obnox@samba.org>
Fri, 15 May 2009 21:35:55 +0000
(23:35 +0200)
committer
Michael Adam
<obnox@samba.org>
Fri, 15 May 2009 21:46:02 +0000
(23:46 +0200)
Michael
source3/m4/aclocal.m4
patch
|
blob
|
history
diff --git
a/source3/m4/aclocal.m4
b/source3/m4/aclocal.m4
index ae205023a473908050db8c036157fe1a3e39c38c..c79205708339cd78dbfee3a14f2b26703839df4c 100644
(file)
--- a/
source3/m4/aclocal.m4
+++ b/
source3/m4/aclocal.m4
@@
-151,6
+151,7
@@
if eval test x"$build_lib" = "xyes" ; then
else
enable_static=yes
LIBUC[_TARGET]=$LIBUC[_STATIC_TARGET]
+ LIBUC[_LIBS]=$LIBUC[_STATIC_TARGET]
AC_MSG_RESULT(no shared library support -- will supply static library)
fi
else