summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-09-08 08:46:42 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-10-07 17:45:20 +1100
commit4980cd772a6c81b528d5a40646f4f1d0dde17b16 (patch)
tree413c3074dc3dd2c50515a50c44a27f80ea9b0043 /wscript
parent1da89da251f225fc2246ac49c9656df1df7336bd (diff)
downloadsamba-4980cd772a6c81b528d5a40646f4f1d0dde17b16.tar.gz
samba-4980cd772a6c81b528d5a40646f4f1d0dde17b16.tar.bz2
samba-4980cd772a6c81b528d5a40646f4f1d0dde17b16.zip
build: Remove _SAMBA_WAF_BUILD_
The _SAMBA_BUILD_ macro can pick the difference between autoconf and waf builds now Andrew Bartlett
Diffstat (limited to 'wscript')
-rwxr-xr-xwscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/wscript b/wscript
index 214c398e70..fb9cc4096d 100755
--- a/wscript
+++ b/wscript
@@ -43,7 +43,6 @@ def configure(conf):
version = samba_version.load_version(env=conf.env)
conf.DEFINE('CONFIG_H_IS_FROM_SAMBA', 1)
- conf.DEFINE('_SAMBA_WAF_BUILD_', version.MAJOR)
conf.DEFINE('_SAMBA_BUILD_', version.MAJOR, add_to_cflags=True)
conf.DEFINE('HAVE_CONFIG_H', 1, add_to_cflags=True)