config: optional extension check for inputproto not required
authorGaetan Nadon <memsize@videotron.ca>
Fri, 16 Apr 2010 19:09:19 +0000 (15:09 -0400)
committerGaetan Nadon <memsize@videotron.ca>
Mon, 19 Apr 2010 13:44:20 +0000 (09:44 -0400)
commite2795bba90fb0b332d6ba8c3f453e4f6359fb24e
tree2bf5eaa0caf7aab14cf35f14a47fbd6b0afb8622
parent6751ab441bd35916926e24607599509a610a00be
config: optional extension check for inputproto not required

The check should be in PKG_CHECK_MODULES permanently.

The XORG_DRIVER_CHECK_EXT will add inputproto to PKG_CHECK_MODULES
only if the extension is available. By definition, this extension
is always available and the acecad driver cannot function without it.

This is evidenced by the absence of XINPUT conditional code.

Acked-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
configure.ac