Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas


Modified Files:
        configure.in 


Log Message:


png check fix

===================================================================
RCS file: /cvs/e/e17/libs/evas/configure.in,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -3 -r1.166 -r1.167
--- configure.in        11 Jul 2006 09:43:26 -0000      1.166
+++ configure.in        11 Jul 2006 11:34:28 -0000      1.167
@@ -682,10 +682,10 @@
 if test "x$have_png" = "xyes"; then
   AC_DEFINE(BUILD_LOADER_PNG, 1, [PNG Image Loader Support])
   png_cflags=""
-  AC_CHECK_LIB(libpng10, png_check_sig, [
+  AC_CHECK_LIB(png10, png_check_sig, [
     png_libs="-lpng10 -lz -lm"
   ], [
-    AC_CHECK_LIB(libpng, png_check_sig, [
+    AC_CHECK_LIB(png, png_check_sig, [
       have_png="no"
     ], [
       png_libs="-lpng -lz -lm"




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