Blob Blame History Raw
--- PyQt-x11-gpl-4.1.1/configure.py.qconfig_h	2006-12-09 13:27:48.000000000 -0600
+++ PyQt-x11-gpl-4.1.1/configure.py	2007-02-28 07:20:02.000000000 -0600
@@ -795,10 +795,10 @@
     global qt_edition
 
     # See if it is the open source edition.
-    qconfig = qt_core_header(incdir, "qconfig.h")
+    qconfig = qt_core_header(incdir, "@@QCONFIG_H@@")
 
     if not qconfig:
-        sipconfig.error("qconfig.h could not be found in %s." % incdir)
+        sipconfig.error("@@QCONFIG_H@@ could not be found in %s." % incdir)
 
     f = open(qconfig)
     l = f.readline()