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)
committerVolker Lendecke <vl@samba.org>
Wed, 3 Apr 2013 09:45:12 +0000 (11:45 +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

source3/wscript

index d66415e89ac9b8a89914cc7dedec3eafcda3b645..568f73664f86e07898aa332db37c4480e4d687a4 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)