summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2009-06-05 23:06:12 -0400
committerMatthias Clasen <mclasen@redhat.com>2009-06-05 23:06:12 -0400
commitc7a0a513f5027138eaabadb3ec44be933e0fae7a (patch)
tree39c3fc9b666f25013b9cabfd6df4f708ece9893f /configure.in
parent4b16b875db66c72003606c4199b23899ed451e78 (diff)
downloadgtk+-c7a0a513f5027138eaabadb3ec44be933e0fae7a.tar.gz
Remove nonworking conditionals
Don't pretend that we care about XShape-less builds anymore. See bug 584637.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 221388f6cc..1042164f62 100644
--- a/configure.in
+++ b/configure.in
@@ -1424,9 +1424,8 @@ if test "x$gdktarget" = "xx11"; then
# Check for shaped window extension
- AC_CHECK_FUNC(XShapeCombineMask,
- AC_DEFINE(HAVE_SHAPE_EXT, 1,
- [Define to 1 if the XShape extension is available]))
+ AC_CHECK_FUNC(XShapeCombineMask, :,
+ [AC_MSG_ERROR([Shape extension not found, check your development headers])])
# X SYNC check
gtk_save_CFLAGS="$CFLAGS"