Mercurial > mplayer.hg
diff configure @ 1619:8e7b4c0c28b2
test -e file => test -f file (for bourne shell / solaris)
author | jkeil |
---|---|
date | Wed, 22 Aug 2001 09:26:12 +0000 |
parents | 2529379290e8 |
children | 9305c0d5216b |
line wrap: on
line diff
--- a/configure Wed Aug 22 08:51:19 2001 +0000 +++ b/configure Wed Aug 22 09:26:12 2001 +0000 @@ -734,7 +734,7 @@ 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