summaryrefslogtreecommitdiffstats
path: root/source4/configure.ac
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-09-06 15:01:25 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:17:47 -0500
commitc8295a7d2f68b5f2733b947ee2dbcd4358d0bf37 (patch)
treea5f2fc1e8feb7707435fb2d2776124b93da527b1 /source4/configure.ac
parent21ef15d703557cfa8c71b72df35c8d485b3c2ab0 (diff)
downloadsamba-c8295a7d2f68b5f2733b947ee2dbcd4358d0bf37.tar.gz
samba-c8295a7d2f68b5f2733b947ee2dbcd4358d0bf37.tar.xz
samba-c8295a7d2f68b5f2733b947ee2dbcd4358d0bf37.zip
r18181: use:
CC and CFLAGS LD and LDFLAGS STLD and STLD_FLAGS SHLD and SHLD_FLAGS all controled by configure and import the values from samba3 which are more recent metze (This used to be commit 5e59153735102df6fae2eaaac6a7c3db86c95f8f)
Diffstat (limited to 'source4/configure.ac')
-rw-r--r--source4/configure.ac7
1 files changed, 0 insertions, 7 deletions
diff --git a/source4/configure.ac b/source4/configure.ac
index 67a56aacd7f..9bf9ef86656 100644
--- a/source4/configure.ac
+++ b/source4/configure.ac
@@ -54,13 +54,6 @@ m4_include(lib/appweb/config.m4)
m4_include(nsswitch/config.m4)
m4_include(libcli/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}"