unbreak the ecore-x build. that 2nd test doesn't belong there.

SVN revision: 29913
This commit is contained in:
tilman 2007-05-07 19:25:46 +00:00 committed by tilman
parent d5c7189898
commit 56b2705044
1 changed files with 1 additions and 1 deletions

View File

@ -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)