#
# 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
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
echo "$as_me:$LINENO: result: yes" >&5
echo "${ECHO_T}yes" >&6
case $host_os in
- openbsd*|freebsd*)
+ openbsd*|freebsd4*)
{ { echo "$as_me:$LINENO: error: *** Threaded Python not supported on this platform ***" >&5
echo "$as_me: error: *** Threaded Python not supported on this platform ***" >&2;}
{ (exit 1); exit 1; }; }