X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=setup.py;h=094768f9fda29666588960a13354e72a33d57ee4;hb=ab0db45e689d1992b62773a094111ea19115f77c;hp=62c201db640935768c5a5832f7742c20fa2a58b0;hpb=e20c4860940519f902e65d22d8d3dfe849f72d9c;p=swftools.git diff --git a/setup.py b/setup.py index 62c201d..094768f 100644 --- a/setup.py +++ b/setup.py @@ -121,6 +121,10 @@ class ConfigScript: def system_has_property(self,name): if name.startswith("STD"): return 1 + elif name.startswith("INTERNAL"): + return 1 + elif "POPPLER" in name: + return None elif name.startswith("HAVE_") and name.endswith("_H"): header = name[5:].lower() c = header.rfind("_")