r19623: disable building of shared libs until we have fixed them,
authorStefan Metzmacher <metze@samba.org>
Tue, 7 Nov 2006 15:59:39 +0000 (15:59 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:25:17 +0000 (14:25 -0500)
they all have unresolved symbols and are useless
and produce noise in the build-farm

metze

source/build/m4/check_ld.m4

index 0d33b7d765bb8e58da4b56024d2344a72cac744a..c630658378301f878b40420d29c2ef41c5197160 100644 (file)
@@ -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)