From c4c57226a78c9010b26ad28ec035d40b30279bbb Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Wed, 15 Nov 2000 14:09:37 +0000 Subject: Update to 2.6.3. PR: 22850 Submitted by: maintainer --- www/mod_python3/files/patch-configure | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 www/mod_python3/files/patch-configure (limited to 'www/mod_python3/files/patch-configure') diff --git a/www/mod_python3/files/patch-configure b/www/mod_python3/files/patch-configure new file mode 100644 index 000000000000..67f2ce25aee9 --- /dev/null +++ b/www/mod_python3/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Wed Nov 15 05:33:42 2000 ++++ configure Wed Nov 15 05:33:58 2000 +@@ -1312,7 +1312,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 +-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 -- cgit v1.2.3