# HG changeset patch # User pl # Date 1004013621 0 # Node ID a78e782fa9eb35a989d49fa8d4c9c944d01e33e8 # Parent 4296c47ff2095f7ab2df26a2a10fde0ca9126df6 did not compile (btw irix test was ok: "test ! foo" means "not foo" but the comment was misleading) diff -r 4296c47ff209 -r a78e782fa9eb configure --- a/configure Thu Oct 25 12:28:22 2001 +0000 +++ b/configure Thu Oct 25 12:40:21 2001 +0000 @@ -892,7 +892,8 @@ _png=no if irix64 ; then - : Don't check for -lpng on irix + # Don't check for -lpng on irix since irix has its own libpng + # incompatible with the GNU one else cc_check $_extraincdir $_extralibdir -lpng -lz -lm && _png=yes fi