blob: 34d7e5852153a687b0ad3f791b2d63e81528be33 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$FreeBSD$
--- configure.orig
+++ configure
@@ -125045,8 +125045,8 @@
;;
*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"
;;
|