$OpenBSD: patch-configure,v 1.6 2003/01/19 17:36:51 espie Exp $
--- configure.orig	Fri Nov 29 15:26:24 2002
+++ configure	Sun Jan 19 15:55:15 2003
@@ -828,7 +828,7 @@ while [ "$#" -gt 0 ]; do
     v|verbose)
 	if [ "$VAL" = "yes" ]; then
 	    if [ "$OPT_VERBOSE" = "$VAL" ]; then 	    # takes two verboses to turn on qmake debugs
-		QMAKE_SWITCHES="$QMAKE_SWITCHES -d"
+		:	#	QMAKE_SWITCHES="$QMAKE_SWITCHES -d"
             else
 		OPT_VERBOSE=yes
 	    fi
@@ -1438,7 +1438,7 @@ if echo $MODULES | grep sql >/dev/null; 
     MYSQL_REQ="-lmysqlclient mysql.h"
     OCI_REQ="-lclntsh -lwtc8 oci.h"
     PSQL_REQ="-lpq postgres.h libpq/libpq-fs.h catalog/pg_type.h libpq-fe.h"
-    ODBC_REQ="-lodbc sql.h sqlext.h"
+    ODBC_REQ="-liodbc sql.h sqlext.h"
     TDS_REQ="-lsybdb sybfront.h sybdb.h"
     for _SQLDR in $CFG_SQL_AVAILABLE; do
 	case $_SQLDR in
@@ -1999,7 +1999,7 @@ if [ "$Edition" = "free" ]; then
 	else
 	    echo "Do you accept the terms of $affix license? \c"
 	fi
-	read acceptance
+	acceptance=yes
 	if [ "$acceptance" = "yes" ]; then
 	    break
 	elif [ "$acceptance" = "no" ]; then
