diff options
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; }; } |