Remove stray variable that was causing tests to fail randomly.

patch by Gianluigi Tiesi, mplayer netfarm it


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22840 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-03-29 09:27:36 +00:00
parent 4a8f9a9eec
commit 929e2c51ef
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -5911,7 +5911,7 @@ int main(void) { unsigned long x, y; faacEncOpen(48000, 2, &x, &y); return 0; }
EOF
_faac=no
for _ld_faac in "-lfaac" "-lfaac -lmp4v2 -lstdc++" ; do
cc_check -O4 $_ld_faac $_ld_tmp $_ld_lm && _libs_mencoder="$_libs_mencoder $_ld_faac" && _faac=yes && break
cc_check -O4 $_ld_faac $_ld_lm && _libs_mencoder="$_libs_mencoder $_ld_faac" && _faac=yes && break
done
fi
if test "$_faac" = yes ; then