use -f test for file existance check

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1285 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
jkeil 2001-07-06 20:00:22 +00:00
parent 1ef62462ce
commit b5933be0d7
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -440,7 +440,7 @@ else
fi
if [ -d libavcodec ]; then
if [ -e libavcodec/Makefile ]; then
if [ -f libavcodec/Makefile ]; then
_libavcodec=yes
fi
fi