From 8b98023d85dc13695a9685affb303613b8b038a3 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 1 May 2006 20:13:25 +0000 Subject: r15381: Make shared libraries the default (where supported). This concludes my rewrite of the build system, which I'm (overall) pretty happy with now. I'll continue making smaller changes, but they won't have as much impact as the changes I've made in the past months. (This used to be commit 9eea62c11ce83a857862d05123f0be40944951ba) --- source4/configure.in | 7 ------- 1 file changed, 7 deletions(-) (limited to 'source4/configure.in') diff --git a/source4/configure.in b/source4/configure.in index a392bc8e01..d859216e5a 100644 --- a/source4/configure.in +++ b/source4/configure.in @@ -48,13 +48,6 @@ 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