13 lines
371 B
Plaintext
13 lines
371 B
Plaintext
$OpenBSD: patch-configure,v 1.3 2001/04/03 14:42:48 brad Exp $
|
|
--- configure.orig Thu Mar 15 10:44:01 2001
|
|
+++ configure Tue Apr 3 10:18:32 2001
|
|
@@ -4911,7 +4911,7 @@ LIBS="$ac_save_LIBS"
|
|
fi
|
|
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
|
echo "$ac_t""yes" 1>&6
|
|
- G_THREAD_LIBS="-lc_r"
|
|
+ G_THREAD_LIBS="-pthread"
|
|
else
|
|
echo "$ac_t""no" 1>&6
|
|
fi
|