configure: gcrypt doesn't come with pkg-config support
... so use plain old -lgcrypt to the linker to link with it. Fixes #225
Этот коммит содержится в:
родитель
62cc59cd06
Коммит
e470738a0c
@ -102,7 +102,7 @@ fi
|
||||
# Look for libgcrypt
|
||||
if test "$ac_cv_libssl" != "yes" && test "$use_libgcrypt" != "no"; then
|
||||
AC_LIB_HAVE_LINKFLAGS([gcrypt], [], [#include <gcrypt.h>])
|
||||
LIBSREQUIRED=libgcrypt
|
||||
LIBS="$LIBS -lgcrypt"
|
||||
fi
|
||||
|
||||
AC_SUBST(LIBSREQUIRED)
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user