diff options
author | Fabio Pedretti <[email protected]> | 2013-11-06 10:55:27 +0100 |
---|---|---|
committer | Andreas Boll <[email protected]> | 2013-11-06 22:08:26 +0100 |
commit | 4f4da81dc8a7060520baff82153330a9675f122a (patch) | |
tree | 50f8ff3d75f0a554090ab199f0e02e0533ba9d03 /configure.ac | |
parent | 9d805c96eb991aae4bb325dc1b5f8ca0a7fb921c (diff) |
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 <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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" |