From a024dddbbcb6f37366be8c954148b50266b48b7f Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 11 Apr 2013 13:39:34 -0400 Subject: [PATCH] mocklibc: Only require autoconf 2.63 It still works, and this lets polkit build on RHEL6. --- test/mocklibc/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/mocklibc/configure.ac b/test/mocklibc/configure.ac index 70798ee..5bd3243 100644 --- a/test/mocklibc/configure.ac +++ b/test/mocklibc/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_PREREQ([2.65]) +AC_PREREQ([2.63]) AC_INIT([MockLibc], [1.1], [vonhollen@google.com]) AC_CONFIG_SRCDIR([src]) AC_CONFIG_HEADERS([config.h]) -- 2.34.1