diff --git a/setup.py b/setup.py index 18641633a..dff5776af 100644 --- a/setup.py +++ b/setup.py @@ -88,7 +88,7 @@ if ARCH == "x64": if not OS == "win": - if os.WEXITSTATUS(os.system('grep -q "Debian GNU/Linux 4.0\|Ubuntu 7.04\|Ubuntu 6.06" /etc/issue')) == 0: + if os.WEXITSTATUS(os.system('grep -q "Debian GNU/Linux 4.0\|Ubuntu 7.04\|Ubuntu 6.06\|Fedora Core 6" /etc/issue')) == 0: boosttype = 'nomt' else: boosttype = 'mt'