mirror of
https://github.com/samba-team/samba.git
synced 2025-03-12 20:58:37 +03:00
r15383: Revert making DSO's the default - this caused a few test suite breakages.
(This used to be commit 44898adcf876e34a5b93b94d2824f1c2f8bec566)
This commit is contained in:
parent
ec83aa3fda
commit
07440b79e8
@ -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}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user