$NetBSD: patch-aa,v 1.2 2004/05/09 17:06:07 recht Exp $ --- configure.py.orig 2004-03-11 20:23:30.000000000 +0100 +++ configure.py 2004-05-09 11:30:42.000000000 +0200 @@ -663,7 +663,7 @@ print "Type 'no' to decline the terms of the license." print - while 1: + while 0: try: resp = raw_input("Do you accept the terms of the license? ") except: @@ -853,21 +853,21 @@ sipcfg.error("This version of PyQt requires SIP v%s or later" % sipcfg.version_to_string(minv)) # Check for QScintilla. - check_qscintilla() + #check_qscintilla() # Check which modules to build. - check_module("qtcanvas", "qcanvas.h", "QCanvas()") - check_module("qtnetwork", "qsocket.h", "QSocket()") - check_module("qttable", "qtable.h", "QTable()") - check_module("qtxml", "qdom.h", "QDomImplementation()") - check_module("qtgl", "qgl.h", "QGLWidget()", opengl=1) + #check_module("qtcanvas", "qcanvas.h", "QCanvas()") + #check_module("qtnetwork", "qsocket.h", "QSocket()") + #check_module("qttable", "qtable.h", "QTable()") + #check_module("qtxml", "qdom.h", "QDomImplementation()") + #check_module("qtgl", "qgl.h", "QGLWidget()", opengl=1) + + #if sipcfg.qt_version >= 0x030000: + # check_module("qtsql", "qsql.h", "QSql()") + # check_module("qtui", "qwidgetfactory.h", "QWidgetFactory()", lib="qui") - if sipcfg.qt_version >= 0x030000: - check_module("qtsql", "qsql.h", "QSql()") - check_module("qtui", "qwidgetfactory.h", "QWidgetFactory()", lib="qui") - - if qsci_version: - check_module("qtext", "qextscintillabase.h", "QextScintillaBase()", define=qsci_define, include_dir=opt_qsciincdir, lib_dir=opt_qscilibdir, lib="qscintilla") + #if qsci_version: + # check_module("qtext", "qextscintillabase.h", "QextScintillaBase()", define=qsci_define, include_dir=opt_qsciincdir, lib_dir=opt_qscilibdir, lib="qscintilla") if opt_qtpetag: pyqt_modules.append("qtpe")