diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-05-13 13:27:02 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-05-16 16:26:42 -0400 |
commit | a4dfc92927c8e26aca58da11bae1e516238fd60a (patch) | |
tree | 5bd03e282a083883d6aae3720a908804043dc41c | |
parent | ecc0b614aa3077e4d73f1b1a567486f5540f3eb5 (diff) |
config: remove extension check for unused RANDR extension
The randr protocol is not used, no randr*.h are included.
Reviewed-by: Rémi Cardona <remi@gentoo.org>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 389318a..407b499 100644 --- a/configure.ac +++ b/configure.ac @@ -57,7 +57,6 @@ inputdir=${moduledir}/input AC_SUBST(inputdir) # Checks for extensions -XORG_DRIVER_CHECK_EXT(RANDR, randrproto) XORG_DRIVER_CHECK_EXT(XINPUT, inputproto) # Checks for pkg-config packages |