exit 1
;;
- 7.*)
- # 7.x doesn't install libc_r by default, and Configure
- # would fail in the code following
- #
- # gethostbyaddr_r() appears to have been implemented in 6.x+
- ldflags="-pthread $ldflags"
- ;;
-
- *)
+ [3-5].*)
if [ ! -r "$lc_r" ]; then
cat <<EOM >&4
POSIX threads should be supported by FreeBSD $osvers --
d_gethostbyaddr_r_proto="0"
;;
+ *)
+ # 7.x doesn't install libc_r by default, and Configure
+ # would fail in the code following
+ #
+ # gethostbyaddr_r() appears to have been implemented in 6.x+
+ ldflags="-pthread $ldflags"
+ ;;
+
esac
case "$osvers" in