+2001-08-02 David Billinghurst <David.Billinghurst>
+
+ * configure: Rebuilt.
+ * configure.in: POSIX threads on cygwin does not link with
+ -lpthreads.
+
2001-07-03 Tom Tromey <tromey@redhat.com>
Fix for PR bootstrap/3281:
#define IRIX_THREADS 1
EOF
+ ;;
+ *-*-cygwin*)
+ THREADLIBS=
;;
esac
;;
echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
-echo "configure:2664: checking for dlopen in -ldl" >&5
+echo "configure:2667: checking for dlopen in -ldl" >&5
ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
ac_save_LIBS="$LIBS"
LIBS="-ldl $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 2672 "configure"
+#line 2675 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
dlopen()
; return 0; }
EOF
-if { (eval echo configure:2683: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:2686: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else