summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2013-04-11 13:39:34 -0400
committerColin Walters <walters@verbum.org>2013-04-11 13:40:23 -0400
commita024dddbbcb6f37366be8c954148b50266b48b7f (patch)
tree0a4333ae43d11d318e31e6f265ce53c04392a568
parent5aef9722c15a350fbf8b20a3b58419f156cc7c98 (diff)
downloadpolkit-a024dddbbcb6f37366be8c954148b50266b48b7f.tar.gz
mocklibc: Only require autoconf 2.63
It still works, and this lets polkit build on RHEL6.
-rw-r--r--test/mocklibc/configure.ac2
1 files changed, 1 insertions, 1 deletions
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])