From 461002c3ad062ea4a34c2694cce40a6a7190967e Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Fri, 19 Oct 2001 14:04:08 +0000 Subject: Check for png_read_destroy(), since newer versions of libpng do not provide (or export) this function. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1641 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- makefiles/config.cygwin | 5 +++-- makefiles/config.mingw | 5 +++-- makefiles/config.no-cygwin | 5 +++-- makefiles/config.os2x | 5 +++-- 4 files changed, 12 insertions(+), 8 deletions(-) (limited to 'makefiles') diff --git a/makefiles/config.cygwin b/makefiles/config.cygwin index 77a7a56ed..997ada880 100644 --- a/makefiles/config.cygwin +++ b/makefiles/config.cygwin @@ -1,5 +1,5 @@ /* - * "$Id: config.cygwin,v 1.1.2.3.2.1 2001/10/01 16:49:29 easysw Exp $" + * "$Id: config.cygwin,v 1.1.2.3.2.2 2001/10/19 14:04:08 easysw Exp $" * * Configuration file for the Fast Light Tool Kit (FLTK). * @@ -179,8 +179,9 @@ #undef HAVE_PNG_GET_VALID #undef HAVE_PNG_SET_TRNS_TO_ALPHA +#undef HAVE_PNG_READ_DESTROY /* - * End of "$Id: config.cygwin,v 1.1.2.3.2.1 2001/10/01 16:49:29 easysw Exp $". + * End of "$Id: config.cygwin,v 1.1.2.3.2.2 2001/10/19 14:04:08 easysw Exp $". */ diff --git a/makefiles/config.mingw b/makefiles/config.mingw index b5b35f8cb..ef1c3c421 100644 --- a/makefiles/config.mingw +++ b/makefiles/config.mingw @@ -1,5 +1,5 @@ /* - * "$Id: config.mingw,v 1.1.2.3.2.1 2001/10/01 16:49:29 easysw Exp $" + * "$Id: config.mingw,v 1.1.2.3.2.2 2001/10/19 14:04:08 easysw Exp $" * * Configuration file for the Fast Light Tool Kit (FLTK). * @@ -179,8 +179,9 @@ #undef HAVE_PNG_GET_VALID #undef HAVE_PNG_SET_TRNS_TO_ALPHA +#undef HAVE_PNG_READ_DESTROY /* - * End of "$Id: config.mingw,v 1.1.2.3.2.1 2001/10/01 16:49:29 easysw Exp $". + * End of "$Id: config.mingw,v 1.1.2.3.2.2 2001/10/19 14:04:08 easysw Exp $". */ diff --git a/makefiles/config.no-cygwin b/makefiles/config.no-cygwin index 2330a6042..fdb21027f 100644 --- a/makefiles/config.no-cygwin +++ b/makefiles/config.no-cygwin @@ -1,5 +1,5 @@ /* - * "$Id: config.no-cygwin,v 1.1.2.3.2.1 2001/10/01 16:49:29 easysw Exp $" + * "$Id: config.no-cygwin,v 1.1.2.3.2.2 2001/10/19 14:04:08 easysw Exp $" * * Configuration file for the Fast Light Tool Kit (FLTK). * @@ -179,8 +179,9 @@ #undef HAVE_PNG_GET_VALID #undef HAVE_PNG_SET_TRNS_TO_ALPHA +#undef HAVE_PNG_READ_DESTROY /* - * End of "$Id: config.no-cygwin,v 1.1.2.3.2.1 2001/10/01 16:49:29 easysw Exp $". + * End of "$Id: config.no-cygwin,v 1.1.2.3.2.2 2001/10/19 14:04:08 easysw Exp $". */ diff --git a/makefiles/config.os2x b/makefiles/config.os2x index f7dc25cde..5c31357e6 100644 --- a/makefiles/config.os2x +++ b/makefiles/config.os2x @@ -1,5 +1,5 @@ /* - * "$Id: config.os2x,v 1.1.2.4.2.1 2001/10/01 16:49:29 easysw Exp $" + * "$Id: config.os2x,v 1.1.2.4.2.2 2001/10/19 14:04:08 easysw Exp $" * * Configuration file for the Fast Light Tool Kit (FLTK). * @@ -176,8 +176,9 @@ #undef HAVE_PNG_GET_VALID #undef HAVE_PNG_SET_TRNS_TO_ALPHA +#undef HAVE_PNG_READ_DESTROY /* - * End of "$Id: config.os2x,v 1.1.2.4.2.1 2001/10/01 16:49:29 easysw Exp $". + * End of "$Id: config.os2x,v 1.1.2.4.2.2 2001/10/19 14:04:08 easysw Exp $". */ -- cgit v1.2.3