diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-04-24 18:29:06 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-04-24 18:29:06 +0000 |
| commit | 7b99f66d03c60cfd8b46e3350420ef07d1fdcc9c (patch) | |
| tree | 6eca8e182be22dcb72e57754865c0a8be347a7b4 /configh.in | |
| parent | f87f7a7b1491efaeb52128b393e73c3a2ca4f733 (diff) | |
Add check for libpng/png.h as well as png.h, and include the appropriate
one as needed...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2106 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'configh.in')
| -rw-r--r-- | configh.in | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/configh.in b/configh.in index 1eb821399..59911f471 100644 --- a/configh.in +++ b/configh.in @@ -1,5 +1,5 @@ /* - * "$Id: configh.in,v 1.11.2.11.2.9 2002/03/25 21:56:41 easysw Exp $" + * "$Id: configh.in,v 1.11.2.11.2.10 2002/04/24 18:29:05 easysw Exp $" * * Configuration file for the Fast Light Tool Kit (FLTK). * @configure_input@ @@ -30,7 +30,6 @@ #define FLTK_DOCDIR "" - /* * BORDER_WIDTH: * @@ -197,6 +196,13 @@ #undef HAVE_LIBJPEG /* + * Which header file do we include for libpng? + */ + +#undef HAVE_PNG_H +#undef HAVE_LIBPNG_PNG_H + +/* * Do we have the png_xyz() functions? */ @@ -204,7 +210,6 @@ #undef HAVE_PNG_SET_TRNS_TO_ALPHA #undef HAVE_PNG_READ_DESTROY - /* * Do we have POSIX threading? */ @@ -214,5 +219,5 @@ /* - * End of "$Id: configh.in,v 1.11.2.11.2.9 2002/03/25 21:56:41 easysw Exp $". + * End of "$Id: configh.in,v 1.11.2.11.2.10 2002/04/24 18:29:05 easysw Exp $". */ |
