aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2014-01-06 11:39:33 -0800
committerJon Lund Steffensen <jonlst@gmail.com>2014-01-06 11:39:33 -0800
commit2c5b79fe24c52eba210f6bfce79ccf565839bef1 (patch)
tree91c2ff70da10a699dacb0cf0f2a831fa298c4ea4 /configure.ac
parentMerge pull request #19 from TingPing/patch-1 (diff)
parentFix PyGI deprecated warnings (diff)
downloadredshift-ng-2c5b79fe24c52eba210f6bfce79ccf565839bef1.tar.gz
redshift-ng-2c5b79fe24c52eba210f6bfce79ccf565839bef1.tar.bz2
redshift-ng-2c5b79fe24c52eba210f6bfce79ccf565839bef1.tar.xz
Merge pull request #21 from TingPing/py3k
Add Python 3 support Update icon cache on install Add more files to .gitignore Fix PyGI deprecation warning
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 e82ee03..550ed0f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,7 +27,7 @@ PKG_CHECK_MODULES([GEOCLUE], [geoclue], [have_geoclue=yes], [have_geoclue=no])
AC_CHECK_HEADER([windows.h], [have_windows_h=yes], [have_windows_h=no])
# Check for Python
-AM_PATH_PYTHON([2.6], [have_python=yes], [have_python=no])
+AM_PATH_PYTHON([3.3], [have_python=yes], [have_python=no])
# Check RANDR method
AC_MSG_CHECKING([whether to enable RANDR method])