diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-09-08 08:46:42 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-10-07 17:45:20 +1100 |
commit | 4980cd772a6c81b528d5a40646f4f1d0dde17b16 (patch) | |
tree | 413c3074dc3dd2c50515a50c44a27f80ea9b0043 /wscript | |
parent | 1da89da251f225fc2246ac49c9656df1df7336bd (diff) | |
download | samba-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-x | wscript | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) |