This fixes bug #8146. Thanks to Joachim Schmitz for reporting!
if test "x$enable_external_libtalloc" = xno
then
m4_include(../lib/talloc/libtalloc.m4)
- if test x"$USESHARED" == x"no" ; then
+ if test x"$USESHARED" = x"no" ; then
LINK_LIBTALLOC=STATIC
fi
LIBTALLOCVERSION=`grep ^VERSION ${tallocdir}/wscript | sed -e "s/'//g" -e 's/.* //'`
if test "x$enable_external_libtdb" = xno
then
m4_include(../lib/tdb/libtdb.m4)
- if test x"$USESHARED" == x"no" ; then
+ if test x"$USESHARED" = x"no" ; then
LINK_LIBTDB=STATIC
fi
LIBTDBVERSION=`grep ^VERSION ${tdbdir}/wscript | sed -e "s/'//g" -e 's/.* //'`