From 0fc10ccb653b4970dd780fde5a9bd4f6e14d0f02 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 7 Nov 2006 15:21:18 +0000 Subject: r19622: - remove unused var - fix default for enable-dso to no metze (This used to be commit 47b113e5dbd33ab91246029af9293809824c5395) --- source4/build/m4/check_ld.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/build/m4') diff --git a/source4/build/m4/check_ld.m4 b/source4/build/m4/check_ld.m4 index 1b1c6e92c6..0d33b7d765 100644 --- a/source4/build/m4/check_ld.m4 +++ b/source4/build/m4/check_ld.m4 @@ -186,12 +186,12 @@ AC_TRY_RUN([#include "${srcdir-.}/build/tests/trivial.c"], AC_MSG_ERROR([we cannot link with the selected cc and ld flags. Aborting configure]), AC_MSG_WARN([cannot run when cross-compiling])) -try_dso=no USESHARED=false AC_SUBST(USESHARED) AC_ARG_ENABLE(dso, -[ --enable-dso Enable using shared libraries internally (experimental)]) +[ --enable-dso Enable using shared libraries internally (experimental)], +[],[enable_dso=no]) if test x"$enable_dso" = x"yes" -a x"$BLDSHARED" != x"true"; then AC_MSG_ERROR([--enable-dso: no support for shared libraries]) -- cgit