diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-12-27 16:15:55 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-12-27 16:15:55 +0000 |
commit | 188d493de995d1426b05b3f9ef211baa52852ac2 (patch) | |
tree | 1df87e57231a0b785ad5472f48cbc495b706d7d2 /www/mod_python/files/patch-configure | |
parent | Update to 3.1.2 (diff) |
Update to 2.7.1
PR: 23874
Submitted by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=36410
Diffstat (limited to 'www/mod_python/files/patch-configure')
-rw-r--r-- | www/mod_python/files/patch-configure | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/mod_python/files/patch-configure b/www/mod_python/files/patch-configure index 67f2ce25aee9..7b8239180552 100644 --- a/www/mod_python/files/patch-configure +++ b/www/mod_python/files/patch-configure @@ -1,9 +1,9 @@ ---- configure.orig Wed Nov 15 05:33:42 2000 -+++ configure Wed Nov 15 05:33:58 2000 -@@ -1312,7 +1312,7 @@ +--- configure.orig Wed Dec 27 13:49:44 2000 ++++ configure Wed Dec 27 13:50:32 2000 +@@ -1313,7 +1313,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:1315: checking whether Python is compiled with thread support" >&5 + echo "configure:1316: 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 |