From 07440b79e86fb23248b59a5abcc88a1d090f32ee Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 1 May 2006 20:58:49 +0000 Subject: r15383: Revert making DSO's the default - this caused a few test suite breakages. (This used to be commit 44898adcf876e34a5b93b94d2824f1c2f8bec566) --- source4/configure.in | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/source4/configure.in b/source4/configure.in index d859216e5a..a392bc8e01 100644 --- a/source4/configure.in +++ b/source4/configure.in @@ -48,6 +48,13 @@ sinclude(ntvfs/sysdep/config.m4) 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}" -- cgit