Merge pull request #54 from s3fs-fuse/bugfix#50

fixed a bug about configure.ac. issue #50
This commit is contained in:
Takeshi Nakatani 2014-09-07 22:58:07 +09:00
commit 4c32bc0aa5
1 changed files with 6 additions and 0 deletions

View File

@ -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)