Lines Matching full:pkg
8 dnl pkg-config search.
116 # we should use pkg-config to find openssl
117 # if we don't have pkg-config, if openssl is in the base OS, use that.
151 for pkg in `echo $with_crypto | $SED -e 's/,/ /'`; do
152 case "$pkg" in
154 if $PKG_CONFIG --exists $pkg ; then
215 for pkg in `echo $with_crypto | $SED -e 's/,/ /'`; do
216 AC_MSG_CHECKING([pkg-config for $pkg])
217 if $PKG_CONFIG --exists $pkg ; then
218 ntp_ssl_cppflags="`$PKG_CONFIG --cflags-only-I $pkg`"
226 ntp_ssl_cflags="`$PKG_CONFIG --cflags-only-other $pkg`"
227 ntp_ssl_libs_L="`$PKG_CONFIG --libs-only-L $pkg`"
235 ntp_ssl_libs_l="`$PKG_CONFIG --libs-only-l $pkg`"
237 ntp_ssl_ldflags="`$PKG_CONFIG --libs-only-other $pkg`"
240 ntp_openssl_version="`$PKG_CONFIG --modversion $pkg`"
251 AS_UNSET([pkg])
580 esac dnl using SSL and not from pkg-config