summaryrefslogtreecommitdiff
path: root/makefiles/config.mingw
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2001-10-19 14:04:08 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2001-10-19 14:04:08 +0000
commit461002c3ad062ea4a34c2694cce40a6a7190967e (patch)
tree77d4109bd6151db22e4136b3ba33a2fcaf020e46 /makefiles/config.mingw
parent874fc2ecb097b0f5c2b757bc7e5740b0d885b03f (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/config.mingw')
-rw-r--r--makefiles/config.mingw5
1 files changed, 3 insertions, 2 deletions
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 $".
*/