Browse Source

Fixed messages of PCRE check.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
Andrew Borodin 15 years ago
parent
commit
efa29d7cc7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      m4.include/ax_path_lib_pcre.m4

+ 2 - 2
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