- Fix the build with pth.

This commit is contained in:
Wen Heping 2010-09-13 02:12:03 +00:00
parent a8d51cd5d4
commit 24a672c7d5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=261056

View File

@ -1,12 +1,12 @@
--- configure.orig 2009-03-12 14:16:24.000000000 +0000
+++ configure 2009-03-12 14:17:16.000000000 +0000
@@ -5230,6 +5230,9 @@
--- configure.orig 2010-09-13 09:44:44.000000000 +0800
+++ configure 2010-09-13 09:47:25.000000000 +0800
@@ -5693,6 +5693,9 @@
CC="$ac_save_cc"
fi
+# XXX Explicitly disable system pthread libraries.
+ac_cv_pthread=no
+
{ echo "$as_me:$LINENO: result: $ac_cv_pthread" >&5
echo "${ECHO_T}$ac_cv_pthread" >&6; }
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_pthread" >&5
$as_echo "$ac_cv_pthread" >&6; }
fi