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 /configh.in | |
| 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 'configh.in')
| -rw-r--r-- | configh.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configh.in b/configh.in index aa6ef40c0..5517e6a4f 100644 --- a/configh.in +++ b/configh.in @@ -1,5 +1,5 @@ /* - * "$Id: configh.in,v 1.11.2.11.2.3 2001/10/01 16:49:29 easysw Exp $" + * "$Id: configh.in,v 1.11.2.11.2.4 2001/10/19 14:04:08 easysw Exp $" * * Configuration file for the Fast Light Tool Kit (FLTK). * @configure_input@ @@ -197,8 +197,9 @@ #undef HAVE_PNG_GET_VALID #undef HAVE_PNG_SET_TRNS_TO_ALPHA +#undef HAVE_PNG_READ_DESTROY /* - * End of "$Id: configh.in,v 1.11.2.11.2.3 2001/10/01 16:49:29 easysw Exp $". + * End of "$Id: configh.in,v 1.11.2.11.2.4 2001/10/19 14:04:08 easysw Exp $". */ |
