From 604468d27898bebafaccb652da5fbd4164114a73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= Date: Sun, 28 Sep 2014 04:28:31 +0200 Subject: Fix FTBFS if no "-e" parameter is used --- configure.py | 2 ++ 1 file changed, 2 insertions(+) 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: -- cgit v1.2.1