@ -481,6 +481,7 @@
# libpcre 8.35 (especially on debian) has a known issue that results in segfaults
# libpcre 8.35 (especially on debian) has a known issue that results in segfaults
# see https://redmine.openinfosecfoundation.org/issues/1693
# see https://redmine.openinfosecfoundation.org/issues/1693
if test "$with_libpcre_libraries" = "no"; then
PKG_CHECK_MODULES(LIBPCREVERSION, [libpcre = 8.35],[libpcre_buggy_found="yes"],[libprce_buggy_found="no"])
PKG_CHECK_MODULES(LIBPCREVERSION, [libpcre = 8.35],[libpcre_buggy_found="yes"],[libprce_buggy_found="no"])
if test "$libpcre_buggy_found" = "yes"; then
if test "$libpcre_buggy_found" = "yes"; then
echo
echo
@ -492,6 +493,7 @@
echo " Continuing for now with JIT disabled..."
echo " Continuing for now with JIT disabled..."
echo
echo
fi
fi
fi
# To prevent duping the lib link we reset LIBS after this check. Setting action-if-found to NULL doesn't seem to work
# To prevent duping the lib link we reset LIBS after this check. Setting action-if-found to NULL doesn't seem to work
# see: http://blog.flameeyes.eu/2008/04/29/i-consider-ac_check_lib-harmful
# see: http://blog.flameeyes.eu/2008/04/29/i-consider-ac_check_lib-harmful