autoconf test for shape extension should really find it, now

This commit is contained in:
rhlabs
1998-05-04 22:12:44 +00:00
parent 5266d6322a
commit e8cf1d552b

View File

@@ -124,7 +124,7 @@ AC_CHECK_LIB(Xext, XShapeCombineMask,
if test -z "`echo $x_libs | grep "\-lXext" 2> /dev/null`"; then
$x_libs="-lXext $x_libs"
fi
AC_DEFINE(HAVE_SHAPE_EXT))
AC_DEFINE(HAVE_SHAPE_EXT),, $x_libs)
x_cflags="$X_CFLAGS"
x_ldflags="$X_LDFLAGS $X_LIBS"