s3:wscript: change --with-dmapi to default=auto to match the autoconf build
authorStefan Metzmacher <metze@samba.org>
Fri, 22 Mar 2013 08:39:42 +0000 (09:39 +0100)
committerKarolin Seeger <kseeger@samba.org>
Mon, 22 Apr 2013 07:37:21 +0000 (09:37 +0200)
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
(cherry picked from commit 79038397aa8786c92401312973185c7b14e8fa66)

Fix bug #9803 - change --with-dmapi to default=auto to match the autoconf build.

source3/wscript

index 7f83fefe8a55c4c145adbc8dea0a9558a698f6c2..e1672e0e79ac16dd087e51602a381e8bd0b175b2 100644 (file)
@@ -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)