From ff2d656fab98b5824988da9f272c96e42f364fd2 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 7 Nov 2006 15:59:39 +0000 Subject: r19623: disable building of shared libs until we have fixed them, they all have unresolved symbols and are useless and produce noise in the build-farm metze (This used to be commit 3f8b776f630488aaec9f0ffcc099b01dcab02f3f) --- source4/build/m4/check_ld.m4 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source4/build/m4/check_ld.m4') diff --git a/source4/build/m4/check_ld.m4 b/source4/build/m4/check_ld.m4 index 0d33b7d765..c630658378 100644 --- a/source4/build/m4/check_ld.m4 +++ b/source4/build/m4/check_ld.m4 @@ -186,6 +186,10 @@ 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])) + +# TODO: remove this line when our shared libs correctly link without unresolved symbols +BLDSHARED=false + USESHARED=false AC_SUBST(USESHARED) -- cgit