# HG changeset patch # User jkeil # Date 998472372 0 # Node ID 8e7b4c0c28b23d571372358b3b36d1f5eb85b5b1 # Parent 2529379290e8539242aa42322600c0886d0a25c2 test -e file => test -f file (for bourne shell / solaris) diff -r 2529379290e8 -r 8e7b4c0c28b2 configure --- 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