From 14763f09fe457dc1781ef8b15014496ebae536cf Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Mon, 22 Apr 2013 15:14:48 +0200 Subject: Lower the autoconf version requirement It seems we don't strictly need 2.64, at least there's no error or missing symbol when using older 2.63. This will allow us to compile on RHEL 6. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index eeca0f5..cc2c10e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_PREREQ([2.64]) +AC_PREREQ([2.63]) m4_define([_PACKAGE], [cataract]) m4_define([_VERSION], [1.90.0]) -- cgit v1.2.3