From b5933be0d73f543f430059aa5a7ed3c7e303d5c6 Mon Sep 17 00:00:00 2001 From: jkeil Date: Fri, 6 Jul 2001 20:00:22 +0000 Subject: [PATCH] use -f test for file existance check git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1285 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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