Hi, Alex Vong <alexvong1...@gmail.com> skribis:
> It returns: > > ====================================================================== > ac_cv_path_LIBGCRYPT_CONFIG=/usr/bin/libgcrypt-config > LIBGCRYPT='libgcrypt' > LIBGCRYPT_CFLAGS='' > LIBGCRYPT_CONFIG='/usr/bin/libgcrypt-config' > LIBGCRYPT_LIBDIR='' > LIBGCRYPT_LIBS='-L -lgcrypt' > LIBGCRYPT_PREFIX='no' > ====================================================================== > > I think the problem is in '-L -lgcrypt'. Here '-lgcrypt' is interpreted > as a dir instead of a flag. Indeed. I believe 888b64038db00c73467a05320c7c7f03070e5621 fixes it. Thanks! Ludo’.