summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2005-10-13 20:40:04 +0000
committerBruce Momjian <bruce@momjian.us>2005-10-13 20:40:04 +0000
commit478479427993b795a670ab6d2785e46e446d09d6 (patch)
tree8da78682f1cc1552a2b25b9a1efe787fdc52e260 /config
parent12ee2b98ce80760a337fe3680e4c2034dd31cb1d (diff)
downloadpostgresql-478479427993b795a670ab6d2785e46e446d09d6.tar.gz
Enable threaded python builds on freebsd5, per report from Jim C. Nasby
Diffstat (limited to 'config')
-rw-r--r--config/python.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/config/python.m4 b/config/python.m4
index 40792a3650..1bfc826d50 100644
--- a/config/python.m4
+++ b/config/python.m4
@@ -1,7 +1,7 @@
#
# Autoconf macros for configuring the build of Python extension modules
#
-# $PostgreSQL: pgsql/config/python.m4,v 1.12 2005/09/26 16:48:28 momjian Exp $
+# $PostgreSQL: pgsql/config/python.m4,v 1.13 2005/10/13 20:40:04 momjian Exp $
#
# PGAC_PATH_PYTHON
@@ -84,7 +84,7 @@ pythreads=`${PYTHON} -c "import sys; print int('thread' in sys.builtin_module_na
if test "$pythreads" = "1"; then
AC_MSG_RESULT(yes)
case $host_os in
- openbsd*|freebsd*)
+ openbsd*|freebsd4*)
AC_MSG_ERROR([*** Threaded Python not supported on this platform ***])
;;
esac