[mutter] Remove unnecessary python check



commit bab51cbbe4d1ed91d0db0358a6ec9986e839f1fa
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Jan 1 17:32:04 2013 -0500

    Remove unnecessary python check
    
    A grep for fix-meta-rectangle.py in the source tree comes up
    empty, and building mutter works just fine without AM_PATH_PYTHON.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=690956

 configure.ac |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 9e5d9f9..972367a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -361,9 +361,6 @@ if test "x$enable_debug" = "xyes"; then
 	CFLAGS="$CFLAGS -g -O"
 fi
 
-# For fix-meta-rectangle.py
-AM_PATH_PYTHON([2.5])
-
 #### Warnings (last since -Werror can disturb other tests)
 
 # Stay command-line compatible with the gnome-common configure option. Here



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]