From 34d52e143d179067d9e0cf35bf6983974f71d731 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 29 Oct 2013 13:46:14 +1000 Subject: [PATCH] Require autoconf 2.62 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 Signed-off-by: Peter Hutterer --- 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], -- 2.7.4