configure: Use proper variables set by PKG_CHECK_MODULES
authorRémi Cardona <remi@gentoo.org>
Fri, 8 Nov 2013 19:14:59 +0000 (20:14 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Sun, 10 Nov 2013 11:35:00 +0000 (11:35 +0000)
commit922a8bab89c1a5970db61670aaee21e827652bc2
tree84aff8eb94c0a45e92cb285bf31db4e5067172e0
parent7b0771180dc9bb7276a473db5663f41b5929199b
configure: Use proper variables set by PKG_CHECK_MODULES

$DRI_CFLAGS does not actually exist. The PKG_CHECK_MODULES call creates
a $DRI1_CFLAGS variable instead. This doesn't break often because
"recent" versions of xorg-server.pc indirectly depend on xf86driproto.pc
thus bringing in the required CFLAGS through $XORG_CFLAGS.

Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=490342
Signed-off-by: Rémi Cardona <remi@gentoo.org>
configure.ac