Skip to content
Snippets Groups Projects
Commit 42de34d1 authored by Benoît Minisini's avatar Benoît Minisini :church:
Browse files

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'.
parent 59051975
No related branches found
No related tags found
Loading
Pipeline #649663522 failed
......@@ -17,11 +17,13 @@ if test "$have_pcre" != "yes"; then
pcre, PCRE, gb.pcre, [src],
libpcre, [trying with pcre])
gb_use_pcre2=0
AC_MSG_NOTICE([Using libpcre])
else
AC_DEFINE_UNQUOTED(PCRE2, 1, libpcre2 is used)
gb_use_pcre2=1
AC_MSG_NOTICE([Using libpcre2])
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment