]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/libdrm.git/commit
Don't build Intel DRM if $CHOST is not i?86-* or x86_64-*
authorJeremy Huddleston <jeremyhu@apple.com>
Mon, 30 Jan 2012 23:20:04 +0000 (15:20 -0800)
committerJeremy Huddleston <jeremyhu@apple.com>
Mon, 30 Jan 2012 23:20:04 +0000 (15:20 -0800)
commitefd6e81e2ba112105457887ae18a58dfa4bbc8ef
treea7f82933d303c17d7ca9e1299c3815b6b29ec61c
parent592ac67626f6d69bd8b518a33e80e9c4d223eba2
Don't build Intel DRM if $CHOST is not i?86-* or x86_64-*

This fixes a failure in 'make check' found by the tinderbox when trying to
build this code on Linux/ppc.  This code is only designed to run on
Intel platforms, so don't even bother building it if we're not in that set.

Found-by: Tinderbox
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
configure.ac