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
This commit is contained in:
pl 2001-10-25 12:40:21 +00:00
parent 69673cdc24
commit 21d7c09388
1 changed files with 2 additions and 1 deletions

3
configure vendored
View File

@ -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