From 257cd46bff7d8118f9f38f66b0a1566cbfd6a76c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Wed, 30 Apr 2014 19:38:47 +0200 Subject: [PATCH] Remove check for HAVE_SHAPE in config.h The Shape extension is no longer optional. --- mutter.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mutter.spec b/mutter.spec index c11c166..c6fcb6d 100644 --- a/mutter.spec +++ b/mutter.spec @@ -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