summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-09-25 15:26:18 +0200
committerinfirit <[email protected]>2014-09-25 15:26:18 +0200
commit4224857035116bc5e55368f9433ee3ed8b298c4c (patch)
tree5c0eb766fa896954407d1a5833a65cea5756f481 /configure.ac
parenta452f62621fc4607766ad48d372ef205aeb45576 (diff)
downloadpython-caja-4224857035116bc5e55368f9433ee3ed8b298c4c.tar.bz2
python-caja-4224857035116bc5e55368f9433ee3ed8b298c4c.tar.xz
Bump Python required version to 2.7
We need this as this is the first release that uses pkgconfig.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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)