[PATCH libevdev] Require autoconf 2.62

Peter Hutterer peter.hutterer at who-t.net
Tue Oct 29 04:48:51 CET 2013


According to Gaetan, that's what we really require. And as a bonus point, this makes
libevdev build on RHEL6 out-of-the-box.

CC: Gaetan Nadon <memsize at videotron.ca>
Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index d25ae0c..894e0a6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_PREREQ([2.64])
+AC_PREREQ([2.62])
 
 AC_INIT([libevdev],
         [0.4],
-- 
1.8.3.1



More information about the Input-tools mailing list