diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2010-02-01 22:49:26 +0100 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2010-02-01 22:49:26 +0100 |
commit | cea580cd87d0f0e5b848df1d07cd9a2088354994 (patch) | |
tree | 4a293bd862164c97db183899d896bb951c33b10f /configure.ac | |
parent | Update AUTHORS, ChangeLog, NEWS, README for release. (diff) | |
download | redshift-ng-cea580cd87d0f0e5b848df1d07cd9a2088354994.tar.gz redshift-ng-cea580cd87d0f0e5b848df1d07cd9a2088354994.tar.bz2 redshift-ng-cea580cd87d0f0e5b848df1d07cd9a2088354994.tar.xz |
Check for python 2.4
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e983efe..76ea87a 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ PKG_CHECK_MODULES([XCB_RANDR], [xcb-randr], [have_xcb_randr=yes], [have_xcb_randr=no]) # Check for Python -AM_PATH_PYTHON([2.0], [have_python=yes], [have_python=no]) +AM_PATH_PYTHON([2.4], [have_python=yes], [have_python=no]) # Check RANDR method AC_MSG_CHECKING([whether to enable RANDR method]) |