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:
2
configure
vendored
2
configure
vendored
@ -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; }; }
|
||||
|
Reference in New Issue
Block a user