mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2025-02-03 02:58:26 +00:00
Merge pull request #54 from s3fs-fuse/bugfix#50
fixed a bug about configure.ac. issue #50
This commit is contained in:
commit
4c32bc0aa5
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user