summaryrefslogtreecommitdiff
path: root/ctdb
diff options
context:
space:
mode:
authorThomas Nagy <tnagy2pow10@gmail.com>2015-06-18 23:45:11 +0200
committerAndrew Bartlett <abartlet@samba.org>2015-06-26 02:10:12 +0200
commit21f98e58da01c6be761515b46780dbec3a0efe26 (patch)
treee3fe9627d259ce9191104b3ef6c3d150df3f5bfa /ctdb
parente2c4b8967d33b610f9f076c614352e4b8fc7c558 (diff)
downloadsamba-21f98e58da01c6be761515b46780dbec3a0efe26.tar.gz
Remove PYTHONDIR and PYTHONARCHDIR in a single place
Diffstat (limited to 'ctdb')
-rwxr-xr-xctdb/wscript3
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()