From 830ef567b22458a74fa9b6819024a689ace3d0e7 Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Wed, 3 Apr 2013 10:36:53 -0400 Subject: [PATCH] Centos only has autoconf 2.63 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ea2e662..75eac04 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_PREREQ(2.66) +AC_PREREQ(2.63) AC_INIT([trust_router],[0.0.1], [bugs@project-moonshot.org]) AC_CONFIG_MACRO_DIR(m4) -- 2.1.4