Print an explicit message during configuration telling if we are using 'libpcre' or 'libpcre2'.
[GB.PCRE] * NEW: Print an explicit message during configuration telling if we are using 'libpcre' or 'libpcre2'.
This commit is contained in:
parent
59051975ec
commit
42de34d162
1 changed files with 2 additions and 0 deletions
|
@ -17,11 +17,13 @@ if test "$have_pcre" != "yes"; then
|
||||||
pcre, PCRE, gb.pcre, [src],
|
pcre, PCRE, gb.pcre, [src],
|
||||||
libpcre, [trying with pcre])
|
libpcre, [trying with pcre])
|
||||||
gb_use_pcre2=0
|
gb_use_pcre2=0
|
||||||
|
AC_MSG_NOTICE([Using libpcre])
|
||||||
|
|
||||||
else
|
else
|
||||||
|
|
||||||
AC_DEFINE_UNQUOTED(PCRE2, 1, libpcre2 is used)
|
AC_DEFINE_UNQUOTED(PCRE2, 1, libpcre2 is used)
|
||||||
gb_use_pcre2=1
|
gb_use_pcre2=1
|
||||||
|
AC_MSG_NOTICE([Using libpcre2])
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue