From 84df1745ae92896716e3ebf906e22505ddf640eb Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 5 Sep 2005 11:52:32 +0000 Subject: fix --disable-x build bug Original commit message from CVS: fix --disable-x build bug --- configure.ac | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index cf90ade3..f95475a9 100644 --- a/configure.ac +++ b/configure.ac @@ -634,8 +634,6 @@ GST_CHECK_FEATURE(X, [X libraries and plugins], AC_SUBST(XFIXES_LIBS) AC_SUBST(XFIXES_CFLAGS) - AM_CONDITIONAL(HAVE_XFIXES, test "x$HAVE_XFIXES" = "xyes") - dnl check for Xdamage PKG_CHECK_MODULES(XDAMAGE, xdamage, HAVE_XDAMAGE="yes", HAVE_XDAMAGE="no") if test "x$HAVE_XDAMAGE" = "xyes" @@ -644,12 +642,11 @@ GST_CHECK_FEATURE(X, [X libraries and plugins], fi AC_SUBST(XDAMAGE_LIBS) AC_SUBST(XDAMAGE_CFLAGS) - - AM_CONDITIONAL(HAVE_XDAMAGE, test "x$HAVE_XDAMAGE" = "xyes") - fi AC_SUBST(HAVE_X) ]) +AM_CONDITIONAL(HAVE_XFIXES, test "x$HAVE_XFIXES" = "xyes") +AM_CONDITIONAL(HAVE_XDAMAGE, test "x$HAVE_XDAMAGE" = "xyes") dnl *** XVideo *** dnl Look for the PIC library first, Debian requires it. -- cgit v1.2.1