$OpenBSD: patch-configure,v 1.2 2004/01/04 23:15:03 espie Exp $

- make configure non-interactive
- use system pthreads and nothing else

--- configure.orig	2001-10-03 22:40:29.000000000 +0200
+++ configure	2004-01-05 00:01:42.000000000 +0100
@@ -552,11 +552,6 @@ To contact one of the authors, send elec
 or paper mail to: Gnut, c/o Robert Munafo, P.O. Box 0513, Scituate, MA
 02066-0513, USA.
 
-Hit return:
-cat_eof
-read GPL_OK_TMP
-
-cat << 'cat_eof'
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 Read this only if you're interested in submitting patches or
 suggestions for improvements:
@@ -570,9 +565,7 @@ suggestions for improvements:
     change files and rebuild.  Please read that file before
     submitting patches to the makefiles or scripts.
 
-Hit return:
 cat_eof
-read GPL_OK_TMP
 
 ac_aux_dir=
 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
@@ -2790,7 +2783,7 @@ else
 fi
 
 
-g_link_threads=no
+g_link_threads=noway
 
 if test "$g_link_threads" = no ; then
     echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6
@@ -2841,6 +2834,8 @@ fi
   fi
 fi
 
+g_link_threads=no
+
 if test "$g_link_threads" = no ; then
     echo $ac_n "checking for pthread_create with -pthreads""... $ac_c" 1>&6
 echo "configure:2847: checking for pthread_create with -pthreads" >&5
