Ecore: If ecore_con is disabled, we must still check for curl dependency since it...
authorkakaroto <kakaroto@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 7 Sep 2011 06:53:48 +0000 (06:53 +0000)
committerkakaroto <kakaroto@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 7 Sep 2011 06:53:48 +0000 (06:53 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@63250 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

configure.ac

index fbdfdc4..56a3d68 100644 (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