$OpenBSD$
--- configure.py.orig	Sat Feb 18 15:15:11 2006
+++ configure.py	Sat Feb 18 15:16:45 2006
@@ -730,15 +730,10 @@ def check_license():
             sipconfig.error("This version of PyQt and the %s edition of Qt have incompatible licenses." % qted)
 
     # Confirm the license.
-    print
-    print "Type 'L' to view the license."
-    print "Type 'yes' to accept the terms of the license."
-    print "Type 'no' to decline the terms of the license."
-    print
 
     while 1:
         try:
-            resp = raw_input("Do you accept the terms of the license? ")
+            resp = "yes"
         except:
             resp = ""
 
