oups, missing \

SVN revision: 39927
This commit is contained in:
Vincent Torri 2009-04-10 10:40:12 +00:00
parent 233ef18e52
commit 41b01183c5
1 changed files with 2 additions and 2 deletions

View File

@ -760,8 +760,8 @@ ECORE_CHECK_MODULE([Input], [${want_ecore_input}], [${have_evas}],
# ecore_x{cb}
ecore_x_deps="no"
if test "x${have_x}" = "xyes" -a
"x${have_ecore_input}" = "xyes" -a
if test "x${have_x}" = "xyes" -a \
"x${have_ecore_input}" = "xyes" -a \
"x${have_ecore_txt}" = "xyes" ; then
ecore_x_deps="yes"
fi