Enlightenment CVS committal

Author  : tilman
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore


Modified Files:
        configure.in 


Log Message:
unfuck configure.in

===================================================================
RCS file: /cvs/e/e17/libs/ecore/configure.in,v
retrieving revision 1.205
retrieving revision 1.206
diff -u -3 -r1.205 -r1.206
--- configure.in        28 Jul 2007 19:54:40 -0000      1.205
+++ configure.in        22 Aug 2007 17:24:44 -0000      1.206
@@ -552,12 +552,12 @@
   [
     if test x"$enableval" = x"yes"; then
       AC_MSG_RESULT(yes)
-      want_ecore_evas_sdl="yes"
     else
       AC_MSG_RESULT(no)
+      want_ecore_evas_sdl="no"
     fi
   ], [
-    AC_MSG_RESULT(no)
+    AC_MSG_RESULT(yes)
   ]
 )
 if test "x$want_ecore_evas_sdl" = "xyes"; then



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to