configure.ac: fix build on GNU/kFreeBSD
authorFabio Pedretti <fabio.ped@libero.it>
Wed, 6 Nov 2013 09:55:27 +0000 (10:55 +0100)
committerAndreas Boll <andreas.boll.dev@gmail.com>
Wed, 6 Nov 2013 21:08:26 +0000 (22:08 +0100)
Based on existing patch from Debian package.

Debian bug: http://bugs.debian.org/524690

Reviewed-by: Andreas Boll <andreas.boll.dev@gmail.com>
configure.ac

index 433470bcab32f3b7d473aec02706ba5dd1f5d9dd..a8366ee2f8cb312d5049974719b2ef609531821e 100644 (file)
@@ -970,7 +970,7 @@ if test "x$enable_dri" = xyes; then
             ;;
         esac
         ;;
-    freebsd* | dragonfly* | *netbsd* | openbsd*)
+    *freebsd* | dragonfly* | *netbsd* | openbsd*)
         DEFINES="$DEFINES -DHAVE_PTHREAD -DUSE_EXTERNAL_DXTN_LIB=1"
         DEFINES="$DEFINES -DHAVE_ALIAS"