diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2012-11-01 19:41:36 +0100 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2012-11-01 19:41:36 +0100 |
| commit | 45328775cc2741793ccd66feab82e8dfcba30823 (patch) | |
| tree | ed4732a5f3819a24a61d2b65aaa17b9b980f1b33 | |
| parent | c3a0fc05767f78aa2432a927bdc8c4d40bc4db4b (diff) | |
| download | pytde-45328775cc2741793ccd66feab82e8dfcba30823.tar.gz pytde-45328775cc2741793ccd66feab82e8dfcba30823.zip | |
Fix mandrake distribution detection
Thanks to Francois Andriot
| -rw-r--r-- | configure.py | 2 |
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(): |
