configure: Keep LIBPNG_CFLAGS settings if png.h is available.
Nov. 7, 2019
9:21 a.m.
It fixes #ifdef HAVE_PNG_H checks if library is not available. Signed-off-by: Piotr Caban <piotr(a)codeweavers.com> --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
November 2019
12:57 p.m.
Piotr Caban <piotr(a)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. -- Alexandre Julliard julliard(a)winehq.org
2377
Age (days ago)
2377
Last active (days ago)
1 comments
2 participants
participants (2)
-
Alexandre Julliard -
Piotr Caban