summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhlabs <rhlabs>1998-05-04 22:12:44 +0000
committerrhlabs <rhlabs>1998-05-04 22:12:44 +0000
commite8cf1d552bdc42a88d30dd22fc16e57529820d81 (patch)
tree6afb2e42fca1e261f5b1cbae8a63749a0cb5a8f3
parent5266d6322add8143dd79c79619405d2af01a1302 (diff)
downloadgdk-pixbuf-e8cf1d552bdc42a88d30dd22fc16e57529820d81.tar.gz
autoconf test for shape extension should really find it, now
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 8074eeb55..9e3a7fc0d 100644
--- a/configure.in
+++ b/configure.in
@@ -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"