summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index cb69b9e7a8..3d95fc4045 100755
--- a/configure
+++ b/configure
@@ -892,7 +892,8 @@ cc_check $_extraincdir $_extralibdir -ltermcap && _termcap=yes
_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