Branch: master

604468d2 2014-09-27 21:28:31 François Andriot
Fix FTBFS if no "-e" parameter is used
M configure.py
diff --git a/configure.py b/configure.py
index 4af4e9b..d719b13 100644
--- a/configure.py
+++ b/configure.py
@@ -836,6 +836,8 @@
     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: