From 399358fcb3fa3e4ca1fe4c64e1d595cd89043660 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 30 Mar 2006 10:29:41 +0000 Subject: r14812: Fix typos (This used to be commit 354326a718d490e49d760ae62e583612479fa706) --- source4/build/m4/check_perl.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/build') 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 -- cgit