$OpenBSD: patch-configure,v 1.3 2002/07/17 21:43:36 espie Exp $
--- configure.orig	Thu Jul  4 08:37:30 2002
+++ configure	Tue Jul 16 17:58:07 2002
@@ -694,7 +694,7 @@ while [ -n "$1" ]; do
 	    UNKNOWN_OPT=yes
 	fi
 	# takes two verboses to turn on qmake debugs
-	[ "$OPT_VERBOSE" = "yes" ] && QMAKE_SWITCHES="$QMAKE_SWITCHES -d"
+#	[ "$OPT_VERBOSE" = "yes" ] && QMAKE_SWITCHES="$QMAKE_SWITCHES -d"
 	;;
     concurrent)
 	OPT_CONCURRENT="$VAL"
@@ -1180,7 +1180,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
@@ -1586,7 +1586,7 @@ if [ "$Edition" = "free" ]; then
 	echo "Type 'no' to decline this license offer."
 	echo
 	echo "Do you accept the terms of $affix license?"
-	read acceptance
+	acceptance=yes
 	if [ "$acceptance" = "yes" ]; then
 	    break
 	elif [ "$acceptance" = "no" ]; then
