diff options
author | pl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-10-25 12:40:21 +0000 |
---|---|---|
committer | pl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-10-25 12:40:21 +0000 |
commit | 21d7c09388f893ed4e2f9022b3bf258b2ba01c10 (patch) | |
tree | 891a862c6be0d4ae3ab0d3aece846e587f9c8f8f /configure | |
parent | 69673cdc240908f56d7d9d223896f1cd0cea8dfc (diff) |
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
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |