From bab51cbbe4d1ed91d0db0358a6ec9986e839f1fa Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 1 Jan 2013 17:32:04 -0500 Subject: [PATCH] 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 file changed, 3 deletions(-) diff --git a/configure.ac b/configure.ac index 9e5d9f9c9..972367aea 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