build: Remove obsolete --enable/disable-merged-build
authorAndrew Bartlett <abartlet@samba.org>
Thu, 8 Sep 2011 00:09:12 +0000 (10:09 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 7 Oct 2011 06:45:20 +0000 (17:45 +1100)
All waf builds build everything now.

Andrew Bartlett

source3/wscript

index f725b623fabcf3b30bf8877cec8ac0ff3e4149cd..1d40998adbad43a441d0d888e6aabe3ce43ed573 100644 (file)
@@ -32,7 +32,6 @@ def set_options(opt):
     opt.SAMBA3_ADD_OPTION('ldap')
     opt.SAMBA3_ADD_OPTION('cups', with_name="enable", without_name="disable")
     opt.SAMBA3_ADD_OPTION('iprint', with_name="enable", without_name="disable")
-    opt.SAMBA3_ADD_OPTION('merged-build', with_name="enable", without_name="disable")
     opt.SAMBA3_ADD_OPTION('pam')
     opt.SAMBA3_ADD_OPTION('pam_smbpass')
     opt.SAMBA3_ADD_OPTION('quotas')