summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorBruce Momjian2005-10-13 20:40:04 +0000
committerBruce Momjian2005-10-13 20:40:04 +0000
commit478479427993b795a670ab6d2785e46e446d09d6 (patch)
tree8da78682f1cc1552a2b25b9a1efe787fdc52e260 /configure
parent12ee2b98ce80760a337fe3680e4c2034dd31cb1d (diff)
Enable threaded python builds on freebsd5, per report from Jim C. Nasby
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 8184df24fbb..de721917c5c 100755
--- a/configure
+++ b/configure
@@ -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; }; }