Enable threads on FreeBSD 10 and 11
authorMarcin Cieślak <saper@saper.info>
Fri, 12 Aug 2016 02:16:22 +0000 (02:16 +0000)
committerJeffrey Altman <jaltman@auristor.com>
Tue, 8 Nov 2016 20:15:37 +0000 (15:15 -0500)
cf/pthreads.m4

index 6faf657c875e6f0b5d59abdf5c0241ae5e9edf09..be5317b8efb684c9260825e82fad301cc6b9a835 100644 (file)
@@ -30,7 +30,9 @@ case "$host" in
        dnl heim_threads.h knows this
        PTHREAD_LIBADD="-lpthread"
        ;;
-*-*-freebsd[[56789]]*)
+*-*-freebsd[[1234]])
+    ;;
+*-*-freebsd*)
        native_pthread_support=yes
        PTHREAD_LIBADD="-pthread"
        ;;