Index: config/python.m4 =================================================================== RCS file: /projects/cvsroot/pgsql/config/python.m4,v retrieving revision 1.13 diff -u -c -r1.13 python.m4 *** config/python.m4 13 Oct 2005 20:40:04 -0000 1.13 --- config/python.m4 16 Oct 2006 13:27:16 -0000 *************** *** 84,90 **** if test "$pythreads" = "1"; then AC_MSG_RESULT(yes) case $host_os in ! openbsd*|freebsd4*) AC_MSG_ERROR([*** Threaded Python not supported on this platform ***]) ;; esac --- 84,90 ---- if test "$pythreads" = "1"; then AC_MSG_RESULT(yes) case $host_os in ! openbsd*|freebsd*) AC_MSG_ERROR([*** Threaded Python not supported on this platform ***]) ;; esac