From 4224857035116bc5e55368f9433ee3ed8b298c4c Mon Sep 17 00:00:00 2001
From: infirit <infirit@gmail.com>
Date: Thu, 25 Sep 2014 15:26:18 +0200
Subject: Bump Python required version to 2.7

We need this as this is the first release that uses pkgconfig.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index a8345ae..ae0e203 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,7 +30,7 @@ GTK_DOC_CHECK(1.9)
 dnl **************************************************
 dnl * Check for Python
 dnl **************************************************
-AM_PATH_PYTHON([2.6])
+AM_PATH_PYTHON([2.7])
 PKG_CHECK_MODULES([PYTHON], [python-${PYTHON_VERSION}])
 PYTHON_LIB_LOC="`pkg-config python-${PYTHON_VERSION} --variable=libdir`"
 AC_SUBST(PYTHON_LIBS)
-- 
cgit v1.2.1