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
This commit is contained in:
jkeil 2001-08-22 09:26:12 +00:00
parent 2759b5262b
commit fe89f31cca
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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