326
326
AC_PATH_PROG(PKG_CONFIG, pkg-config, AC_MSG_ERROR([pkg-config wasn't found.]))
327
327
PKG_CHECK_MODULES(PCRE, [libpcrecpp >= 3], [found_pcre="yes"],[
329
330
AC_CHECK_HEADERS(pcrecpp.h)
330
331
if test "x$ac_cv_header_prcecpp_h" = "xno"
335
338
if test "x$found_pcre" != "xyes"