# # # patch "INSTALL" # from [4f2bea8e102f4e49c88dbdc67ae56ec23407c599] # to [3b81ce026b9bb6d4cf840590c951baf4cd5de9b4] # # patch "m4/library.m4" # from [1e10ad58fec9442d9e593a2d056f3e7e1f3f33f8] # to [c93418af41061a2ffee66e05c6b3daa056536df1] # ============================================================ --- INSTALL 4f2bea8e102f4e49c88dbdc67ae56ec23407c599 +++ INSTALL 3b81ce026b9bb6d4cf840590c951baf4cd5de9b4 @@ -23,7 +23,7 @@ 1. prerequisites: - libiconv if the iconv() function is missing. - texinfo (to build the documentation). - Botan 1.6.3 or later - - PCRE 7.6 or later + - PCRE 7.4 or later - SQLite 3.3.8 or later - Lua 5.1 - GNU IDN Library ============================================================ --- m4/library.m4 1e10ad58fec9442d9e593a2d056f3e7e1f3f33f8 +++ m4/library.m4 c93418af41061a2ffee66e05c6b3daa056536df1 @@ -217,10 +217,10 @@ AC_DEFUN([MTN_FIND_PCRE], ]) AC_DEFUN([MTN_FIND_PCRE], -[MTN_CHECK_MODULE([pcre], [7.6], +[MTN_CHECK_MODULE([pcre], [7.4], [AC_LANG_PROGRAM( [#include - #if PCRE_MAJOR < 7 || (PCRE_MAJOR == 7 && PCRE_MINOR < 6) + #if PCRE_MAJOR < 7 || (PCRE_MAJOR == 7 && PCRE_MINOR < 4) #error out of date #endif], [const char *e;