summaryrefslogtreecommitdiff
path: root/wscript
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 /wscript
parente2c4b8967d33b610f9f076c614352e4b8fc7c558 (diff)
downloadsamba-21f98e58da01c6be761515b46780dbec3a0efe26.tar.gz
Remove PYTHONDIR and PYTHONARCHDIR in a single place
Diffstat (limited to 'wscript')
-rw-r--r--wscript5
1 files changed, 0 insertions, 5 deletions
diff --git a/wscript b/wscript
index 7700c3219bb..a84e5d5661b 100644
--- a/wscript
+++ b/wscript
@@ -172,11 +172,6 @@ def configure(conf):
if not conf.CHECK_NEED_LC("-lc not needed"):
conf.ADD_LDFLAGS('-lc', testflags=False)
- # we don't want PYTHONDIR in config.h, as otherwise changing
- # --prefix causes a complete rebuild
- del(conf.env.defines['PYTHONDIR'])
- del(conf.env.defines['PYTHONARCHDIR'])
-
if not conf.CHECK_CODE('#include "tests/summary.c"',
define='SUMMARY_PASSES',
addmain=False,