Mercurial > mplayer.hg
diff configure @ 23786:66eb20267b81
Remove pointless printing of include and linker paths.
author | diego |
---|---|
date | Tue, 17 Jul 2007 12:55:33 +0000 |
parents | 593df57c3134 |
children | b0a7e53e8487 |
line wrap: on
line diff
--- a/configure Tue Jul 17 12:37:16 2007 +0000 +++ b/configure Tue Jul 17 12:55:33 2007 +0000 @@ -2521,21 +2521,6 @@ ###################### -echocheck "extra headers" -if test "$_inc_extra" ; then - echores "$_inc_extra" -else - echores "none" -fi - - -echocheck "extra libs" -if test "$_ld_extra" ; then - echores "$_ld_extra" -else - echores "none" -fi - echocheck "-lposix" cat > $TMPC <<EOF int main(void) { return 0; }