summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcos H. Woehrmann <marcos.woehrmann@artifex.com>2011-03-01 17:23:05 +0000
committerMarcos H. Woehrmann <marcos.woehrmann@artifex.com>2011-03-01 17:23:05 +0000
commit816297e79b1ea850bbf555a53d99ba3be6345162 (patch)
treec06c89aa0548ebbde664fcfceb8d4de56e36cfea
parent5dbf267521e02c7ab60189cba534407202e120c6 (diff)
Change the requirement in configure.ac for autoconf 2.67 to 2.61, since that seems to be the minimum version on any of the cluster nodes.
git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@12221 a1074d23-0009-0410-80fe-cf8c14f379e6
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e5edc566d..6a0848697 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,7 @@
# derived from ghostscript's configure.ac.
#
-AC_PREREQ([2.67])
+AC_PREREQ([2.61])
AC_INIT
AC_CONFIG_SRCDIR([pcl/pcjob.c])