Ecore: If ecore_con is disabled, we must still check for curl dependency since it's used by ecore-file

SVN revision: 63250
This commit is contained in:
Youness Alaoui 2011-09-07 06:53:48 +00:00
parent 3b6a0b6bae
commit 523ba39cb5
1 changed files with 8 additions and 0 deletions

View File

@ -1335,7 +1335,15 @@ if test "x${have_ecore_file}" = "xyes" ; then
if test "x${have_ecore_con}" = "xyes" ; then
requirements_ecore_file="ecore-con >= 1.0.0 ${requirements_ecore_file}"
else
ECORE_CHECK_CURL([${want_curl}],
[
have_curl="yes"
requirements_ecore_file="libcurl ${requirements_ecore_file}"
],
[have_curl="no"])
fi
fi
# ecore_config