summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-03-30 10:29:41 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:59:22 -0500
commit399358fcb3fa3e4ca1fe4c64e1d595cd89043660 (patch)
tree20de1ea7b66ba828df3966b6556fbb18e4b17b63
parentbe0a00726f121de03e3580db898e062237408b27 (diff)
downloadsamba-399358fcb3fa3e4ca1fe4c64e1d595cd89043660.tar.gz
samba-399358fcb3fa3e4ca1fe4c64e1d595cd89043660.tar.bz2
samba-399358fcb3fa3e4ca1fe4c64e1d595cd89043660.zip
r14812: Fix typos
(This used to be commit 354326a718d490e49d760ae62e583612479fa706)
-rw-r--r--source4/build/m4/check_perl.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/build/m4/check_perl.m4 b/source4/build/m4/check_perl.m4
index bc0f5ff2f6..af1e42e2cd 100644
--- a/source4/build/m4/check_perl.m4
+++ b/source4/build/m4/check_perl.m4
@@ -8,7 +8,7 @@ dnl
case "$host_os" in
*irix*)
# On IRIX, we prefer Freeware or Nekoware Perl, because the
- # system perl so ancient.
+ # system perl is so ancient.
AC_PATH_PROG(PERL, perl, "", "/usr/freeware/bin:/usr/nekoware/bin:$PATH")
;;
*)
@@ -17,7 +17,7 @@ case "$host_os" in
esac
if test x"$PERL" = x""; then
- AC_MSG_WARN([No version of perl was not found!])
+ AC_MSG_WARN([No version of perl was found!])
AC_MSG_ERROR([Please install perl from http://www.perl.com/])
fi
if test x"$debug" = x"yes";then