1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Enable threaded python builds on freebsd5, per report from Jim C. Nasby

This commit is contained in:
Bruce Momjian
2005-10-13 20:40:04 +00:00
parent 12ee2b98ce
commit 4784794279
2 changed files with 3 additions and 3 deletions

2
configure vendored
View File

@ -4698,7 +4698,7 @@ if test "$pythreads" = "1"; then
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; }; }