freebsd-ports/www/mod_python/files/patch-configure
Ying-Chieh Liao 628eb5a391 upgrade to 2.7.3
PR:		27379
Submitted by:	maintainer
2001-05-19 19:08:31 +00:00

12 lines
489 B
Plaintext

--- configure.orig Wed May 16 19:13:31 2001
+++ configure Wed May 16 19:14:11 2001
@@ -1324,7 +1324,7 @@
# check if python is compiled with threads
echo $ac_n "checking whether Python is compiled with thread support""... $ac_c" 1>&6
echo "configure:1327: checking whether Python is compiled with thread support" >&5
-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