From efa29d7cc70cb71bacba52a9d5284b85a054577d Mon Sep 17 00:00:00 2001 From: Andrew Borodin Date: Tue, 4 May 2010 15:58:29 +0400 Subject: [PATCH] Fixed messages of PCRE check. Signed-off-by: Andrew Borodin --- m4.include/ax_path_lib_pcre.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/m4.include/ax_path_lib_pcre.m4 b/m4.include/ax_path_lib_pcre.m4 index 178998c2d..dd26fe654 100644 --- a/m4.include/ax_path_lib_pcre.m4 +++ b/m4.include/ax_path_lib_pcre.m4 @@ -17,7 +17,7 @@ dnl @license GPLWithACException AC_DEFUN([AX_PATH_LIB_PCRE],[dnl AC_MSG_CHECKING([lib pcre]) AC_ARG_WITH([pcre], - AC_HELP_STRING([--with-pcre[[=prefix]]].[ compile pcre part (via libpcre check)]), + AC_HELP_STRING([--with-pcre[[=prefix]]], [compile pcre part (via libpcre check)]), , [with_pcre="yes"] ) @@ -41,7 +41,7 @@ else AC_CHECK_LIB(pcre, pcre_compile) if test x"$ac_cv_lib_pcre_pcre_compile" = x"yes" ; then - AC_MSG_RESULT(.setting PCRE_LIBS -L$with_pcre/lib -lpcre) + AC_MSG_RESULT(setting PCRE_LIBS -L$with_pcre/lib -lpcre) PCRE_LIBS=$test_PCRE_LIBS test_PCRE_CFLAGS=$test_PCRE_CFLAGS -- 2.11.4.GIT