summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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