diff options
Diffstat (limited to 'source4/configure.ac')
-rw-r--r-- | source4/configure.ac | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/source4/configure.ac b/source4/configure.ac index 67a56aacd7..9bf9ef8665 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}" |