Mark FreeBSD as non-thread-safe.

This commit is contained in:
Bruce Momjian 2003-09-12 16:49:34 +00:00
parent 17d15ddf75
commit 9fc3b9330e
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ case $host_cpu in
alpha*) CFLAGS="$CFLAGS -O" ;;
esac
SUPPORTS_THREADS=yes
SUPPORTS_THREADS=no # 4.8, 5.1 2003-09-12
NEED_REENTRANT_FUNC_NAMES=no
case $host_os in