aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2013-12-29 19:41:10 -0500
committerTingPing <tingping@tingping.se>2014-01-01 14:11:11 -0500
commit8768ba76f8b6aa760822e1c83ba82477ae601314 (patch)
treee96047211ddc4d05578ed9bbe2cfc17e593e6abc /configure.ac
parentMerge pull request #19 from TingPing/patch-1 (diff)
downloadredshift-ng-8768ba76f8b6aa760822e1c83ba82477ae601314.tar.gz
redshift-ng-8768ba76f8b6aa760822e1c83ba82477ae601314.tar.bz2
redshift-ng-8768ba76f8b6aa760822e1c83ba82477ae601314.tar.xz
Port redshift-gtk to Python3
Python 2 is no longer supported
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])