diff --git a/configure.ac b/configure.ac index 793cd98..76a641e 100644 --- a/configure.ac +++ b/configure.ac @@ -152,6 +152,12 @@ AS_IF( ) ) +dnl +dnl For PKG_CONFIG before checking nss/gnutls. +dnl this is redundant checking, but we need checking before following. +dnl +PKG_CHECK_MODULES([common_lib_checking], [fuse >= 2.8.4 libcurl >= 7.0 libxml-2.0 >= 2.6]) + AC_MSG_CHECKING([compile s3fs with]) case "${auth_lib}" in openssl)