From 7217646ebc02a40a3ec62b883b3dafdff2cb60d5 Mon Sep 17 00:00:00 2001 From: hikerstk Date: Thu, 27 Oct 2011 01:31:04 +0000 Subject: [PATCH] Replace "Can't" with "Can not" to avoid highlighting issues with vi ;) git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10052 178a84e3-b1eb-0310-8ba1-8eac791a3b58 --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 1f216649e..8228f5dcf 100644 --- a/configure.ac +++ b/configure.ac @@ -192,7 +192,7 @@ if test "x$with_irrlicht" != "x" ; then CPPFLAGS="${CPPFLAGS} -I $with_irrlicht/include -I $with_irrlicht/include/irrlicht" AC_CHECK_HEADER(irrlicht.h, have_irrlicht_hdr=yes) if test x$have_irrlicht_hdr != xyes; then - AC_MSG_ERROR([Can't find irrlicht in $with_irrlicht.]) + AC_MSG_ERROR([Can not find irrlicht in $with_irrlicht.]) fi else CPPFLAGS_Save=$CPPFLAGS @@ -222,7 +222,7 @@ else if test x$irrlicht_found_in_usr_local == xyes; then with_irrlicht="/usr/local" else - AC_MSG_ERROR([Can't find irrlicht installation in standard prefixes, use --with-irrlicht...]) + AC_MSG_ERROR([Can not find irrlicht installation in standard prefixes, use --with-irrlicht...]) fi fi @@ -286,7 +286,7 @@ case "${host}" in esac if test x$irrlicht_sample_built_fine = xfalse; then -AC_MSG_ERROR([Can't build test irrLicht program. Check config.log to see the errors]) +AC_MSG_ERROR([Cann not build test irrLicht program. Check config.log to see the errors]) fi # ---- Check we have the minimum required irrLicht version