Remove pointless printing of include and linker paths.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23806 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-07-17 12:55:33 +00:00
parent 33b41dd080
commit 3ad30e6de7
1 changed files with 0 additions and 15 deletions

15
configure vendored
View File

@ -2521,21 +2521,6 @@ fi
######################
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; }