Searched refs:cf_with_pcre2 (Results 1 – 2 of 2) sorted by relevance
8059 for cf_with_pcre2 in libpcre2 libpcre2-posix libpcre8062 if test "$PKG_CONFIG" != none && "$PKG_CONFIG" --exists "$cf_with_pcre2"; then8063 test -n "$verbose" && echo " found package $cf_with_pcre2" 1>&68065 echo "${as_me:-configure}:8065: testing found package $cf_with_pcre2 ..." 1>&58067 cf_pkgconfig_incs="`$PKG_CONFIG --cflags "$cf_with_pcre2" 2>/dev/null`"8068 cf_pkgconfig_libs="`$PKG_CONFIG --libs "$cf_with_pcre2" 2>/dev/null`"8069 test -n "$verbose" && echo " package $cf_with_pcre2 CFLAGS: $cf_pkgconfig_incs" 1>&68071 echo "${as_me:-configure}:8071: testing package $cf_with_pcre2 CFLAGS: $cf_pkgconfig_incs ..." 1>&58073 test -n "$verbose" && echo " package $cf_with_pcre2 LIBS: $cf_pkgconfig_libs" 1>&68075 echo "${as_me:-configure}:8075: testing package $cf_with_pcre2 LIBS: $cf_pkgconfig_libs ..." 1>&5
9541 for cf_with_pcre2 in libpcre2 libpcre2-posix libpcre9543 CF_TRY_PKG_CONFIG($cf_with_pcre2,[cf_with_pcre2_ok=yes; break])