CVS: main configure,1.205,1.206
Update of /cvsroot/mplayer/main In directory mplayer:/var/tmp.root/cvs-serv26546 Modified Files: configure Log Message: did not compile (btw irix test was ok: "test ! foo" means "not foo" but the comment was misleading) Index: configure =================================================================== RCS file: /cvsroot/mplayer/main/configure,v retrieving revision 1.205 retrieving revision 1.206 diff -u -r1.205 -r1.206 --- configure 25 Oct 2001 12:28:22 -0000 1.205 +++ configure 25 Oct 2001 12:40:21 -0000 1.206 @@ -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
participants (2)
-
Gabucino -
pl