summaryrefslogtreecommitdiff
path: root/lang/python27/files/extra-patch-configure-pth
blob: 58e5fc73179dcf930eda7650985d3225060831b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- configure.orig	2010-08-15 16:47:39.627297328 +0800
+++ configure	2010-08-15 16:50:31.353013856 +0800
@@ -5880,6 +5880,9 @@
 CC="$ac_save_cc"
 fi
 
+# XXX Explicitly disable system pthread libraries.
+ac_cv_pthread=no
+
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_pthread" >&5
 $as_echo "$ac_cv_pthread" >&6; }
 fi