mocklibc: Only require autoconf 2.63
authorColin Walters <walters@verbum.org>
Thu, 11 Apr 2013 17:39:34 +0000 (13:39 -0400)
committerColin Walters <walters@verbum.org>
Thu, 11 Apr 2013 17:40:23 +0000 (13:40 -0400)
It still works, and this lets polkit build on RHEL6.

test/mocklibc/configure.ac

index 70798ee18f99d1b43c40f3aeed4a221e03604c9f..5bd3243c3e89a331825b478cc8ceec406498280d 100644 (file)
@@ -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])