diff options
author | Thomas Nagy <tnagy2pow10@gmail.com> | 2015-06-18 23:45:11 +0200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2015-06-26 02:10:12 +0200 |
commit | 21f98e58da01c6be761515b46780dbec3a0efe26 (patch) | |
tree | e3fe9627d259ce9191104b3ef6c3d150df3f5bfa /ctdb/wscript | |
parent | e2c4b8967d33b610f9f076c614352e4b8fc7c558 (diff) | |
download | samba-21f98e58da01c6be761515b46780dbec3a0efe26.tar.gz |
Remove PYTHONDIR and PYTHONARCHDIR in a single place
Diffstat (limited to 'ctdb/wscript')
-rwxr-xr-x | ctdb/wscript | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ctdb/wscript b/ctdb/wscript index b5c6087661e..956175070c7 100755 --- a/ctdb/wscript +++ b/ctdb/wscript @@ -212,9 +212,6 @@ def configure(conf): conf.ADD_EXTRA_INCLUDES('#ctdb') conf.ADD_EXTRA_INCLUDES('#lib #lib/replace') - del(conf.env.defines['PYTHONDIR']) - del(conf.env.defines['PYTHONARCHDIR']) - conf.DEFINE('HAVE_CONFIG_H', 1, add_to_cflags=True) conf.DEFINE('SAMBA_UTIL_CORE_ONLY', 1, add_to_cflags=True) conf.SAMBA_CONFIG_H() |