Enlightenment CVS committal

Author  : shorne
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore


Modified Files:
        configure.in 


Log Message:
Disabiling ecore-fb and ecore-evas-fb by default. Everyone can still
enable it by using --enable-ecore-fb or --enable-ecore-evas-fb with the
autogen.sh or configure scripts. 

===================================================================
RCS file: /cvs/e/e17/libs/ecore/configure.in,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -3 -r1.150 -r1.151
--- configure.in        17 Aug 2006 19:38:30 -0000      1.150
+++ configure.in        17 Aug 2006 23:41:47 -0000      1.151
@@ -565,7 +565,7 @@
 AC_SUBST(ecore_dfb_cflags)
 AC_SUBST(ecore_dfb_libs)
 
-want_ecore_fb="yes";
+want_ecore_fb="no";
 have_ecore_fb="no";
 ecore_fb_cflags="";
 ecore_fb_libs="";
@@ -573,16 +573,16 @@
 AC_MSG_CHECKING(whether ecore_fb module is to be built)
 
 AC_ARG_ENABLE(ecore-fb, 
-  [  --disable-ecore-fb            disable the ecore_fb module],
+  [  --enable-ecore-fb            enable the ecore_fb module],
   [
     if test x"$enableval" = x"yes" ; then  
       AC_MSG_RESULT(yes)
+      want_ecore_fb="yes"
     else
       AC_MSG_RESULT(no)
-      want_ecore_fb="no"
     fi
   ], [
-    AC_MSG_RESULT(yes)
+    AC_MSG_RESULT(no)
   ]
 )
 
@@ -772,21 +772,21 @@
 AM_CONDITIONAL(BUILD_ECORE_EVAS_DIRECTFB, test "x$have_ecore_evas_dfb" = 
"xyes")
 
 
-want_ecore_evas_fb="yes";
+want_ecore_evas_fb="no";
 have_ecore_evas_fb="no";
 
 AC_MSG_CHECKING(whether ecore_evas fb support is to be built)
 AC_ARG_ENABLE(ecore-evas-fb, 
-  [  --disable-ecore-evas-fb       disable fb in the ecore_evas module],
+  [  --enable-ecore-evas-fb       enable fb in the ecore_evas module],
   [
     if test x"$enableval" = x"yes" ; then  
       AC_MSG_RESULT(yes)
+      want_ecore_evas_fb="yes"
     else
       AC_MSG_RESULT(no)
-      want_ecore_evas_fb="no"
     fi
   ], [
-    AC_MSG_RESULT(yes)
+    AC_MSG_RESULT(no)
   ]
 )
 if test "x$want_ecore_evas_fb" = "xyes" -a "x$have_ecore_fb" = "xyes"; then



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to