Fix requirements for ecore-file

SVN revision: 41474
This commit is contained in:
Iván Briano 2009-07-22 14:26:28 +00:00
parent e75b89d50c
commit 835c6fd150
1 changed files with 1 additions and 1 deletions

View File

@ -796,7 +796,7 @@ if test "x${have_ecore_file}" = "xyes" ; then
ECORE_CHECK_INOTIFY([${want_inotify}], [have_inotify="yes"], [have_inotify="no"])
if test "x${have_ecore_con}" = "xyes" ; then
requirements_ecore_file="${requirements_ecore_con} ${requirements_ecore_file}"
requirements_ecore_file="ecore-con ${requirements_ecore_file}"
fi
fi