summaryrefslogtreecommitdiffstats
path: root/src/graphicsmagick-2-fix-autoconf-version.patch
blob: dd9e1ee38d18ee34c660903a025128f2465fb919 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
This file is part of MXE. See LICENSE.md for licensing 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.