X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=aclocal.m4;h=56f61cc462ad5742e4dacbf50c4f6d7f33710d53;hp=59b81a2aa62b6418865deead973fec7d70b4c7e0;hb=5a107d6f2a641ef5a33c8976fbd6cd26a3196a0d;hpb=0af9283ca273c267ee6036c3b88115d9ba6d55a6 diff --git a/aclocal.m4 b/aclocal.m4 index 59b81a2a..56f61cc4 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -29,7 +29,7 @@ dnl*************************************************************************** dnl dnl Author: Thomas E. Dickey 1995-on dnl -dnl $Id: aclocal.m4,v 1.972 2021/08/07 21:01:11 tom Exp $ +dnl $Id: aclocal.m4,v 1.973 2021/08/12 00:35:34 tom Exp $ dnl Macros used in NCURSES auto-configuration script. dnl dnl These macros are maintained separately from NCURSES. The copyright on @@ -9121,7 +9121,7 @@ AC_ARG_WITH($2-path, ]) ]) dnl --------------------------------------------------------------------------- -dnl CF_WITH_PCRE2 version: 5 updated: 2021/01/26 18:45:12 +dnl CF_WITH_PCRE2 version: 6 updated: 2021/08/11 20:35:34 dnl ------------- dnl Add PCRE2 (Perl-compatible regular expressions v2) to the build if it is dnl available and the user requests it. Assume the application will otherwise @@ -9163,6 +9163,7 @@ if test "x$with_pcre2" != xno ; then # either way, check for the library header files AC_CHECK_HEADERS(pcre2posix.h pcreposix.h) + AC_CHECK_FUNCS(PCRE2regcomp) fi ])dnl dnl ---------------------------------------------------------------------------