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 /configure.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 'configure.in')
| -rw-r--r-- | configure.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 436a25839..9c0f49efb 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl -*- sh -*- dnl the "configure" script is made from this by running GNU "autoconf" dnl -dnl "$Id: configure.in,v 1.33.2.31.2.11 2001/10/18 20:47:10 easysw Exp $" +dnl "$Id: configure.in,v 1.33.2.31.2.12 2001/10/19 14:04:08 easysw Exp $" dnl dnl Configuration script for the Fast Light Tool Kit (FLTK). dnl @@ -203,7 +203,7 @@ AC_CHECK_HEADER(png.h, AC_DEFINE(HAVE_LIBPNG) IMAGELIBS="-lpng -lm$IMAGELIBS" LIBS="-lpng -lm $LIBS" - AC_CHECK_FUNCS(png_get_valid png_set_tRNS_to_alpha))) + AC_CHECK_FUNCS(png_get_valid png_set_tRNS_to_alpha png_read_destroy))) dnl Restore original LIBS settings... LIBS="$SAVELIBS" @@ -474,5 +474,5 @@ AC_OUTPUT(makeinclude fltk-config) chmod +x fltk-config dnl -dnl End of "$Id: configure.in,v 1.33.2.31.2.11 2001/10/18 20:47:10 easysw Exp $". +dnl End of "$Id: configure.in,v 1.33.2.31.2.12 2001/10/19 14:04:08 easysw Exp $". dnl |
