diff options
-rw-r--r-- | configure.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/configure.py b/configure.py index 0c9a22d..d0169b0 100644 --- a/configure.py +++ b/configure.py @@ -1109,10 +1109,7 @@ def check_tqt_installation(macros): tqconfig = os.path.join(tqconfigdir, "tqconfig.h") if not os.access(tqconfig,os.F_OK): - tqconfig = os.path.join(tqconfigdir, "ntqconfig.h") - - if not os.access(tqconfig,os.F_OK): - sip_tqt_config.error("tqconfig.h or ntqconfig.h could not be found in %s." % tqconfigdir) + sip_tqt_config.error("tqconfig.h could not be found in %s." % tqconfigdir) f = open(tqconfig) l = f.readline() |