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 <andreas.boll.dev@gmail.com>
This commit is contained in:
Fabio Pedretti 2013-11-06 10:55:27 +01:00 committed by Andreas Boll
parent 9d805c96eb
commit 4f4da81dc8

View 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"