Remove nonworking conditionals

Don't pretend that we care about XShape-less builds anymore.
See bug 584637.
This commit is contained in:
Matthias Clasen
2009-06-05 23:06:12 -04:00
parent 4b16b875db
commit c7a0a513f5
3 changed files with 12 additions and 30 deletions

View File

@ -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"