summaryrefslogtreecommitdiffstats
path: root/configure.py
diff options
context:
space:
mode:
Diffstat (limited to 'configure.py')
-rw-r--r--configure.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py
index 3c1b23b..dd251d2 100644
--- a/configure.py
+++ b/configure.py
@@ -513,7 +513,7 @@ def check_distribution ():
for file in dist:
if file.find ("andrake") > 0:
- kde_sip_flags.remove ("ALL")
+ kde_sip_flags.pop()
kde_sip_flags.append ("D_MANDRAKE")
def set_sip_flags():