Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas


Modified Files:
        configure.in 


Log Message:


fix png check - succeed/fail clauses swapped wrongly.

===================================================================
RCS file: /cvs/e/e17/libs/evas/configure.in,v
retrieving revision 1.167
retrieving revision 1.168
diff -u -3 -r1.167 -r1.168
--- configure.in        11 Jul 2006 11:34:28 -0000      1.167
+++ configure.in        12 Jul 2006 03:40:51 -0000      1.168
@@ -686,9 +686,9 @@
     png_libs="-lpng10 -lz -lm"
   ], [
     AC_CHECK_LIB(png, png_check_sig, [
-      have_png="no"
-    ], [
       png_libs="-lpng -lz -lm"
+    ], [
+      have_png="no"
     ], -lz -lm)
   ], -lz -lm)
 fi




-------------------------------------------------------------------------
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