mirror of
https://github.com/brl/mutter.git
synced 2024-11-24 17:10:40 -05:00
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
This commit is contained in:
parent
e782426736
commit
bab51cbbe4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user