Hi all, Why does the new configure.ac tries looking for "libpng" package when the 0.8.3 used to look for "png"? I saw the parallel libraries also didn't and don't include the "lib" prefix.
I'm cross compiling with a custom toolchain for my platform and until I changed the "libpng" to "png" the configure script couldn't find my png package. As a result I had to replace all of the references to "LIBPNG_xxx" into with "PNG_xxx". Assuming this is not a problem with this project's script, can someone explain what's wtong with my setup?
_______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

