From: Fabio Pedretti Date: Wed, 6 Nov 2013 09:55:27 +0000 (+0100) Subject: configure.ac: fix build on GNU/kFreeBSD X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4f4da81dc8a7060520baff82153330a9675f122a;p=mesa.git configure.ac: fix build on GNU/kFreeBSD Based on existing patch from Debian package. Debian bug: http://bugs.debian.org/524690 Reviewed-by: Andreas Boll --- diff --git a/configure.ac b/configure.ac index 433470bcab3..a8366ee2f8c 100644 --- a/configure.ac +++ b/configure.ac @@ -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"