From: Frederic Marchal Date: Wed, 6 Nov 2013 07:13:42 +0000 (+0100) Subject: Fix a message text in configure. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ea9c71bf9b44fcf569397666f849039fe60b6cb6;p=thirdparty%2Fsarg.git Fix a message text in configure. --- diff --git a/configure.in b/configure.in index 4352d5f..d2f910c 100644 --- a/configure.in +++ b/configure.in @@ -380,5 +380,5 @@ fi if ( test "x$pcre_status" = "xdisabled" ) ; then AC_MSG_NOTICE([Not building with pcre as requested on the configuration command line]) elif ( test "x$pcre_status" = "xnot found" ) ; then - AC_MSG_NOTICE([pcre.h was not found so the regexp won't be available in the hostalias]) + AC_MSG_NOTICE([pcre.h was not found so the regexp won't be available in hostalias]) fi