intel: Fix build of Intel DRM on x86 systems
authorPaul Berry <stereotype441@gmail.com>
Tue, 31 Jan 2012 22:44:14 +0000 (14:44 -0800)
committerPaul Berry <stereotype441@gmail.com>
Tue, 31 Jan 2012 22:46:16 +0000 (14:46 -0800)
commit82c6938d232327233caac743a07639ac91bceb7e
treec994bd47c2ce0481503dfe253bd69157ebc372ef
parentefd6e81e2ba112105457887ae18a58dfa4bbc8ef
intel: Fix build of Intel DRM on x86 systems

Commit efd6e81e inadvertently broke the build by looking for "i?86" or
"x86_64" in $host_os.  The correct variable to check is $host_cpu.

This was preventing libdrm_intel.so from being built.

Reviewed-by: Chad Versace <chad.versace@linux.intel.com>
configure.ac