diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-10-19 14:04:08 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-10-19 14:04:08 +0000 |
| commit | 461002c3ad062ea4a34c2694cce40a6a7190967e (patch) | |
| tree | 77d4109bd6151db22e4136b3ba33a2fcaf020e46 /makefiles | |
| parent | 874fc2ecb097b0f5c2b757bc7e5740b0d885b03f (diff) | |
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
Diffstat (limited to 'makefiles')
| -rw-r--r-- | makefiles/config.cygwin | 5 | ||||
| -rw-r--r-- | makefiles/config.mingw | 5 | ||||
| -rw-r--r-- | makefiles/config.no-cygwin | 5 | ||||
| -rw-r--r-- | makefiles/config.os2x | 5 |
4 files changed, 12 insertions, 8 deletions
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 $". */ |
