Add message about whether pcre is enabled or not
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12180 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
f6346b3df1
commit
c6c2c87e2a
1 changed files with 2 additions and 0 deletions
|
|
@ -56,6 +56,8 @@ AC_ARG_WITH([pcre],
|
|||
[],
|
||||
[with_pcre=yes])
|
||||
|
||||
AC_MSG_CHECKING([whether to enable PCRE support])
|
||||
AC_MSG_RESULT([$with_pcre])
|
||||
AS_IF([test "x$with_pcre" != xno],
|
||||
[AX_PATH_GENERIC([pcre],
|
||||
[], dnl Minimal version of PCRE we need -- accept any
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue