From cea580cd87d0f0e5b848df1d07cd9a2088354994 Mon Sep 17 00:00:00 2001 From: Jon Lund Steffensen Date: Mon, 1 Feb 2010 22:49:26 +0100 Subject: Check for python 2.4 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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]) -- cgit v1.2.3-70-g09d2