summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorjkeil <jkeil@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-07-06 20:00:22 +0000
committerjkeil <jkeil@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-07-06 20:00:22 +0000
commitb5933be0d73f543f430059aa5a7ed3c7e303d5c6 (patch)
treea1ba1b355ac07b47a2f5851c35abc5bae599742f /configure
parent1ef62462ce63cb44b62b5b71a21e964f3ac94065 (diff)
downloadmpv-b5933be0d73f543f430059aa5a7ed3c7e303d5c6.tar.bz2
mpv-b5933be0d73f543f430059aa5a7ed3c7e303d5c6.tar.xz
use -f test for file existance check
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1285 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index c394cfe8a8..a5d5b42915 100755
--- a/configure
+++ b/configure
@@ -440,7 +440,7 @@ else
fi
if [ -d libavcodec ]; then
- if [ -e libavcodec/Makefile ]; then
+ if [ -f libavcodec/Makefile ]; then
_libavcodec=yes
fi
fi