From 21d7c09388f893ed4e2f9022b3bf258b2ba01c10 Mon Sep 17 00:00:00 2001 From: pl Date: Thu, 25 Oct 2001 12:40:21 +0000 Subject: [PATCH] did not compile (btw irix test was ok: "test ! foo" means "not foo" but the comment was misleading) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2466 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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