From 0e9cfeb80824c499afaedbd8d8509489cc8f2801 Mon Sep 17 00:00:00 2001 From: Takeshi Nakatani Date: Sun, 7 Sep 2014 13:53:20 +0000 Subject: [PATCH] fixed a bug about configure.ac. issue #50 --- configure.ac | 6 ++++++ 1 file changed, 6 insertions(+) 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)