summaryrefslogtreecommitdiff
path: root/source4/build/m4/check_perl.m4
diff options
context:
space:
mode:
Diffstat (limited to 'source4/build/m4/check_perl.m4')
-rw-r--r--source4/build/m4/check_perl.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/m4/check_perl.m4 b/source4/build/m4/check_perl.m4
index 5e493db875..34a7e5e769 100644
--- a/source4/build/m4/check_perl.m4
+++ b/source4/build/m4/check_perl.m4
@@ -8,7 +8,7 @@ dnl
AC_PATH_PROG(PERL, perl)
if test x"$PERL" = x""; then
AC_MSG_WARN([No version of perl was not found!])
- AC_MSG_ERROR([Please Install perl from http://www.perl.com/])
+ AC_MSG_ERROR([Please install perl from http://www.perl.com/])
fi
if test x"$debug" = x"yes";then
PERL="$PERL -W"