summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorjkeil <jkeil@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-22 09:26:12 +0000
committerjkeil <jkeil@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-22 09:26:12 +0000
commitfe89f31ccad739821d06e72345fd93f1032544ff (patch)
tree000b2ddda2ebe0965706449484a09adc911c3cf4 /configure
parent2759b5262b7b5086fbe4a7c17c0fc227503833c6 (diff)
downloadmpv-fe89f31ccad739821d06e72345fd93f1032544ff.tar.bz2
mpv-fe89f31ccad739821d06e72345fd93f1032544ff.tar.xz
test -e file => test -f file (for bourne shell / solaris)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1620 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 84cb708fb2..44dd216776 100755
--- a/configure
+++ b/configure
@@ -734,7 +734,7 @@ LINGUAS="en"
fi
echo Checking for language ... "$LINGUAS"
_mp_help="help_mp-"$LINGUAS".h"
-if test ! -e "$_mp_help"; then
+if test ! -f "$_mp_help"; then
LINGUAS="en"
_mp_help="help_mp-"$LINGUAS".h"
fi