use proper linker flag for our pthreads library

This commit is contained in:
brad 2000-08-17 21:39:42 +00:00
parent b3166ee365
commit 0bc19c141d

View File

@ -0,0 +1,11 @@
--- configure.orig Thu Aug 17 17:15:01 2000
+++ configure Thu Aug 17 17:16:19 2000
@@ -4836,7 +4836,7 @@
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