2000-12-27 16:15:55 +00:00
|
|
|
--- configure.orig Wed Dec 27 13:49:44 2000
|
|
|
|
+++ configure Wed Dec 27 13:50:32 2000
|
|
|
|
@@ -1313,7 +1313,7 @@
|
2000-11-15 14:09:37 +00:00
|
|
|
# check if python is compiled with threads
|
|
|
|
echo $ac_n "checking whether Python is compiled with thread support""... $ac_c" 1>&6
|
2000-12-27 16:15:55 +00:00
|
|
|
echo "configure:1316: checking whether Python is compiled with thread support" >&5
|
2000-11-15 14:09:37 +00:00
|
|
|
-PyTHREADS=`$PYTHON_BIN -c "import sys; print \"thread\" in sys.builtin_module_names"`
|
|
|
|
+PyTHREADS="0"
|
|
|
|
if test "$PyTHREADS" = "1"; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
echo
|