diff options
author | Stefan Metzmacher <metze@samba.org> | 2013-03-22 09:39:42 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2013-04-03 11:45:12 +0200 |
commit | 79038397aa8786c92401312973185c7b14e8fa66 (patch) | |
tree | 7ea93556b3bdc882039b82ebb9cf46d91a1a5ba3 /source3/wscript | |
parent | 81cc940c994424d351ac282383df4d1a57d6b614 (diff) | |
download | samba-79038397aa8786c92401312973185c7b14e8fa66.tar.gz samba-79038397aa8786c92401312973185c7b14e8fa66.tar.bz2 samba-79038397aa8786c92401312973185c7b14e8fa66.zip |
s3:wscript: change --with-dmapi to default=auto to match the autoconf build
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
Autobuild-User(master): Volker Lendecke <vl@samba.org>
Autobuild-Date(master): Wed Apr 3 11:45:12 CEST 2013 on sn-devel-104
Diffstat (limited to 'source3/wscript')
-rw-r--r-- | source3/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript b/source3/wscript index d66415e89a..568f73664f 100644 --- a/source3/wscript +++ b/source3/wscript @@ -41,7 +41,7 @@ def set_options(opt): opt.SAMBA3_ADD_OPTION('syslog') opt.SAMBA3_ADD_OPTION('automount') opt.SAMBA3_ADD_OPTION('aio-support') - opt.SAMBA3_ADD_OPTION('dmapi', default=False, help="build with DMAPI support") + opt.SAMBA3_ADD_OPTION('dmapi', default=None) # None means autodetection opt.SAMBA3_ADD_OPTION('fam', default=None) # None means autodetection opt.SAMBA3_ADD_OPTION('profiling-data', default=False) |