From 56b270504453160073014232ebcd17b0db687db7 Mon Sep 17 00:00:00 2001 From: tilman Date: Mon, 7 May 2007 19:25:46 +0000 Subject: [PATCH] unbreak the ecore-x build. that 2nd test doesn't belong there. SVN revision: 29913 --- legacy/ecore/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/ecore/configure.in b/legacy/ecore/configure.in index 79af9d377c..9db8bea05d 100644 --- a/legacy/ecore/configure.in +++ b/legacy/ecore/configure.in @@ -714,7 +714,7 @@ AC_SUBST(requirements_ecore_txt) AC_SUBST(requirements_ecore_x) # set up conditionals -AM_CONDITIONAL(BUILD_ECORE_X, test $have_ecore_x = yes -a test $have_ecore_x_xcb = no) +AM_CONDITIONAL(BUILD_ECORE_X, test $have_ecore_x = yes -a $have_ecore_x_xcb = no) AM_CONDITIONAL(BUILD_ECORE_X_XCB, test $have_ecore_x_xcb = yes) AM_CONDITIONAL(BUILD_ECORE_EVAS_GL, test $have_ecore_evas_gl = yes) AM_CONDITIONAL(BUILD_ECORE_EVAS_XRENDER, test $have_ecore_evas_xrender = yes)