Remove check for HAVE_SHAPE in config.h
The Shape extension is no longer optional.
This commit is contained in:
parent
062509cddb
commit
257cd46bff
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user