Remove check for HAVE_SHAPE in config.h

The Shape extension is no longer optional.
This commit is contained in:
Florian Müllner 2014-04-30 19:38:47 +02:00
parent 062509cddb
commit 257cd46bff
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ utilities for testing Metacity/Mutter themes.
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi;
%configure --disable-static --enable-compile-warnings=maximum)
SHOULD_HAVE_DEFINED="HAVE_SM HAVE_SHAPE HAVE_RANDR HAVE_STARTUP_NOTIFICATION"
SHOULD_HAVE_DEFINED="HAVE_SM HAVE_RANDR HAVE_STARTUP_NOTIFICATION"
for I in $SHOULD_HAVE_DEFINED; do
if ! grep -q "define $I" config.h; then