Lines 1-9
Link Here
|
1 |
--- configure.orig Wed Dec 27 13:49:44 2000 |
1 |
--- configure.orig Wed May 16 19:13:31 2001 |
2 |
+++ configure Wed Dec 27 13:50:32 2000 |
2 |
+++ configure Wed May 16 19:14:11 2001 |
3 |
@@ -1313,7 +1313,7 @@ |
3 |
@@ -1324,7 +1324,7 @@ |
4 |
# check if python is compiled with threads |
4 |
# check if python is compiled with threads |
5 |
echo $ac_n "checking whether Python is compiled with thread support""... $ac_c" 1>&6 |
5 |
echo $ac_n "checking whether Python is compiled with thread support""... $ac_c" 1>&6 |
6 |
echo "configure:1316: checking whether Python is compiled with thread support" >&5 |
6 |
echo "configure:1327: checking whether Python is compiled with thread support" >&5 |
7 |
-PyTHREADS=`$PYTHON_BIN -c "import sys; print \"thread\" in sys.builtin_module_names"` |
7 |
-PyTHREADS=`$PYTHON_BIN -c "import sys; print \"thread\" in sys.builtin_module_names"` |
8 |
+PyTHREADS="0" |
8 |
+PyTHREADS="0" |
9 |
if test "$PyTHREADS" = "1"; then |
9 |
if test "$PyTHREADS" = "1"; then |