summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrançois Andriot <francois.andriot@free.fr>2014-09-28 04:28:31 +0200
committerSlávek Banko <slavek.banko@axis.cz>2014-09-28 04:28:31 +0200
commit604468d27898bebafaccb652da5fbd4164114a73 (patch)
tree4cfaa6a76cae10e08aea4091971eb287e1915284
parentdacaf2f6560d6e3074ebbd6205783eedadbc9e07 (diff)
downloadpytde-604468d2.tar.gz
pytde-604468d2.zip
Fix FTBFS if no "-e" parameter is used
-rw-r--r--configure.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.py b/configure.py
index 4af4e9b..d719b13 100644
--- a/configure.py
+++ b/configure.py
@@ -836,6 +836,8 @@ def main(argv):
global pytde_imports, kde_includes
global opt_libpython
+ opt_libpython = None
+
# Look for '-z' first and process that switch
# (command line switches override file switches)
for opt, arg in optlist: