mirror of
https://git.code.sf.net/p/ntfs-3g/ntfs-3g.git
synced 2024-12-12 03:15:40 +08:00
pkgconfig does not support libgcrypt. Use autoconf macro instead.
This commit is contained in:
parent
d658b8f019
commit
74650cc050
@ -159,7 +159,7 @@ AM_CONDITIONAL(ENABLE_FUSE_MODULE, $compile_fuse_module)
|
||||
# Autodetect whether we can build crypto stuff or not.
|
||||
compile_crypto=false
|
||||
if test "$enable_crypto" != "no"; then
|
||||
PKG_CHECK_MODULES(CRYPTO, [libgcrypt], [ compile_crypto=true ],
|
||||
AM_PATH_LIBGCRYPT(, [ compile_crypto=true ],
|
||||
[
|
||||
if test "$enable_crypto" = "yes"; then
|
||||
AC_MSG_ERROR([Linux-NTFS crypto code requires the gcrypt library.])
|
||||
|
Loading…
Reference in New Issue
Block a user