Author: jelmer
Date: 2006-05-01 20:58:49 +0000 (Mon, 01 May 2006)
New Revision: 15383

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=15383

Log:
Revert making DSO's the default - this caused a few test suite breakages.

Modified:
   branches/SAMBA_4_0/source/configure.in


Changeset:
Modified: branches/SAMBA_4_0/source/configure.in
===================================================================
--- branches/SAMBA_4_0/source/configure.in      2006-05-01 20:57:15 UTC (rev 
15382)
+++ branches/SAMBA_4_0/source/configure.in      2006-05-01 20:58:49 UTC (rev 
15383)
@@ -48,6 +48,13 @@
 sinclude(lib/appweb/config.m4)
 sinclude(nsswitch/config.m4)
 
+AC_ARG_ENABLE(dso,
+[  --enable-dso                Enable building internal libraries as DSO's 
(experimental)],
+[ if test x$enable_dso != xyes; then
+       BLDSHARED=false
+  fi], 
+[BLDSHARED=false])
+
 #################################################
 # add *_CFLAGS only for the real build
 CFLAGS="${CFLAGS} ${DEVELOPER_CFLAGS}"

Reply via email to