Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore


Modified Files:
        configure.in 


Log Message:
Make curl support work like others by making curl enabled by default and
using --disable-curl as an option.

===================================================================
RCS file: /cvs/e/e17/libs/ecore/configure.in,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -3 -r1.133 -r1.134
--- configure.in        29 Mar 2006 08:00:28 -0000      1.133
+++ configure.in        6 Apr 2006 22:44:31 -0000       1.134
@@ -989,7 +989,7 @@
 use_fam="no"
 use_inotify="yes"
 use_poll="yes"
-use_curl="no"
+use_curl="yes"
 
 AC_MSG_CHECKING(whether ecore_file module is to be built)
 AC_ARG_ENABLE(ecore-file, 
@@ -1099,19 +1099,19 @@
     AC_DEFINE(HAVE_POLL, 1, [ File monitoring with polling ])
   fi
   
-  use_curl="no"
+  use_curl="yes"
   AC_MSG_CHECKING(whether CURL is to be used for file download)
   AC_ARG_ENABLE(curl, 
-    [  --enable-curl                 enable curl in the ecore_file module],
+    [  --disable-curl                 disable curl in the ecore_file module],
     [
       if test "$enableval" = "yes"; then  
         AC_MSG_RESULT(yes)
-        use_curl="yes"
       else
         AC_MSG_RESULT(no)
+        use_curl="no"  
       fi
     ], [
-      AC_MSG_RESULT(no)
+      AC_MSG_RESULT(yes)
     ]
   )
   




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to