Skip to content

Commit

Permalink
Merge pull request s3fs-fuse#54 from s3fs-fuse/bugfix#50
Browse files Browse the repository at this point in the history
fixed a bug about configure.ac. issue s3fs-fuse#50
  • Loading branch information
ggtakec committed Sep 7, 2014
2 parents ae4ae88 + 0e9cfeb commit 4c32bc0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4c32bc0

Please sign in to comment.