summaryrefslogtreecommitdiffstats
path: root/src/graphicsmagick-2-fix-autoconf-version.patch
blob: 13937b58fca4ea0f530b65f98e3ad1eabe4548dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
This file is part of MXE.
See index.html for further information.

diff --git a/configure.ac b/configure.ac
--- a/configure.ac
+++ b/configure.ac
@@ -11,7 +11,7 @@
 # Written by Bob Friesenhahn <bfriesen@GraphicsMagick.org>
 #
  
-AC_PREREQ(2.69)
+AC_PREREQ(2.67)
 AC_INIT(magick/magick.h)
 
 # Specify directory where m4 macros may be found.