It fixes #ifdef HAVE_PNG_H checks if library is not available.
Signed-off-by: Piotr Caban piotr@codeweavers.com --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Piotr Caban piotr@codeweavers.com writes:
It fixes #ifdef HAVE_PNG_H checks if library is not available.
It would be better to fix the code to check SONAME_LIBPNG, there's no reason to include the headers in that case.