summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-25 12:40:21 +0000
committerpl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-25 12:40:21 +0000
commit21d7c09388f893ed4e2f9022b3bf258b2ba01c10 (patch)
tree891a862c6be0d4ae3ab0d3aece846e587f9c8f8f
parent69673cdc240908f56d7d9d223896f1cd0cea8dfc (diff)
downloadmpv-21d7c09388f893ed4e2f9022b3bf258b2ba01c10.tar.bz2
mpv-21d7c09388f893ed4e2f9022b3bf258b2ba01c10.tar.xz
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
-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