From fe89f31ccad739821d06e72345fd93f1032544ff Mon Sep 17 00:00:00 2001 From: jkeil Date: Wed, 22 Aug 2001 09:26:12 +0000 Subject: 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 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') 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 -- cgit v1.2.3