Description: Set minimum required Python version to 2.4
Author: Thomas Viehmann <tv@beamnet.de>
Last-Update: 2011-10-17

Index: pythonmagick-0.9.1/configure.ac
===================================================================
--- pythonmagick-0.9.1.orig/configure.ac	2010-02-28 14:29:58.000000000 +0100
+++ pythonmagick-0.9.1/configure.ac	2010-02-28 14:33:50.000000000 +0100
@@ -24,7 +24,7 @@
 AC_PROG_LN_S
 AC_PROG_MAKE_SET
 AC_PROG_LIBTOOL
-AM_PATH_PYTHON(3.1)
+AM_PATH_PYTHON(2.4)
 PKG_PROG_PKG_CONFIG
 
 # Add configure option --enable-maintainer-mode which enables dependency
