diff options
| author | Bruce Momjian <bruce@momjian.us> | 2005-10-13 20:40:04 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2005-10-13 20:40:04 +0000 |
| commit | 478479427993b795a670ab6d2785e46e446d09d6 (patch) | |
| tree | 8da78682f1cc1552a2b25b9a1efe787fdc52e260 /configure | |
| parent | 12ee2b98ce80760a337fe3680e4c2034dd31cb1d (diff) | |
| download | postgresql-478479427993b795a670ab6d2785e46e446d09d6.tar.gz | |
Enable threaded python builds on freebsd5, per report from Jim C. Nasby
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; }; } |
