1
1

FreeBSD detection improvement. Thanks to Brooks Davis for the patch.

This commit was SVN r27334.
Этот коммит содержится в:
Jeff Squyres 2012-09-13 13:25:04 +00:00
родитель a6329ba1b6
Коммит 30d9c36275

Просмотреть файл

@ -47,8 +47,8 @@ AC_DEFUN([OMPI_CHECK_SCTP],[
;;
*bsd*)
case "$host" in
*freebsd7*)
# FreeBSD 7 has SCTP in an unpatched default kernel with
*freebsd[789]*|*freebsd1[0-9]*)
# FreeBSD >= 7 has SCTP in an unpatched default kernel with
# the SCTP API contained within libc.
ompi_sctp_api_libname="c"
;;