summaryrefslogtreecommitdiff
path: root/source4/configure.ac
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-11-07 14:13:59 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:25:17 -0500
commit84e08dad218dce505b76b36dc74c98548edcefeb (patch)
tree0df54e054d6a72a9d0a3e5373eb6a9926b140e82 /source4/configure.ac
parent8b063f9843d46a9b539f4295a762c65c21c6aa64 (diff)
downloadsamba-84e08dad218dce505b76b36dc74c98548edcefeb.tar.gz
samba-84e08dad218dce505b76b36dc74c98548edcefeb.tar.bz2
samba-84e08dad218dce505b76b36dc74c98548edcefeb.zip
r19621: move enable-dso to check_ld.m4 again and add some checks and generate more output
metze (This used to be commit a07b11924c16d51cda484d417d9e1201278b03cb)
Diffstat (limited to 'source4/configure.ac')
-rw-r--r--source4/configure.ac11
1 files changed, 0 insertions, 11 deletions
diff --git a/source4/configure.ac b/source4/configure.ac
index ac7998ba5f..5681471217 100644
--- a/source4/configure.ac
+++ b/source4/configure.ac
@@ -50,17 +50,6 @@ m4_include(lib/appweb/config.m4)
m4_include(nsswitch/config.m4)
m4_include(libcli/config.m4)
-USESHARED=$BLDSHARED
-
-AC_ARG_ENABLE(dso,
-[ --enable-dso Enable using shared libraries internally (experimental)],
-[ if test x$enable_dso != xno; then
- USESHARED=true
- fi],
-[USESHARED=false])
-
-AC_SUBST(USESHARED)
-
#################################################
# add *_CFLAGS only for the real build
CFLAGS="${CFLAGS} ${DEVELOPER_CFLAGS}"