# process --enable-static and --enable_static-libs flags
if test "x$enable_static" = "xyes"; then
LIBPCRE2_LIBS=" $LIBPCRE2_LIBS -lpthread"
elif test "x$enable_static_libs" = "xyes"; then
if test "x$static_linking_support" == "xno"; then
if test -n "$libpcre2_lib_dir"; then
if test -f "$libpcre2_lib_dir/libpcre2-8.a"; then
LIBPCRE2_LIBS="$libpcre2_lib_dir/libpcre2-8.a"
AC_MSG_ERROR([cannot find $libpcre2_lib_dir/libpcre2-8.a])
elif test -n "$libpcre2_dir"; then
if test -f "$libpcre2_dir/lib/libpcre2-8.a"; then
LIBPCRE2_LIBS="$libpcre2_dir/lib/libpcre2-8.a"