From 9d5865a1603733e62fda7c8d61024cb05bf6792c Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 10 Nov 2002 05:54:12 +0000 Subject: support for the shape extension works! --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 801d94dc..4c0c5724 100644 --- a/configure.ac +++ b/configure.ac @@ -105,7 +105,7 @@ AC_CHECK_LIB([Xext], [XShapeCombineShape], [ AC_MSG_RESULT([yes]) SHAPE="yes" - AC_DEFINE([HAVE_SHAPE], [1], [Found the XShape extension]) + AC_DEFINE([SHAPE], [1], [Found the XShape extension]) LIBS="$LIBS -lXext" ], [ -- cgit v1.2.3