PolicyKit: Branch 'master'
Colin Walters
walters at kemper.freedesktop.org
Thu Apr 11 10:40:35 PDT 2013
test/mocklibc/configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a024dddbbcb6f37366be8c954148b50266b48b7f
Author: Colin Walters <walters at verbum.org>
Date: Thu Apr 11 13:39:34 2013 -0400
mocklibc: Only require autoconf 2.63
It still works, and this lets polkit build on RHEL6.
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 at google.com])
AC_CONFIG_SRCDIR([src])
AC_CONFIG_HEADERS([config.h])
More information about the hal-commit
mailing list