mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-06 00:00:47 -04:00
Link to libgpg-error to resolve additional symbols when testing for libgcrypt
This commit is contained in:
parent
ee1bdd85d3
commit
322226c0ce
@ -572,7 +572,7 @@ if test x$openssl = xtrue; then
|
||||
fi
|
||||
|
||||
if test x$gcrypt = xtrue; then
|
||||
AC_HAVE_LIBRARY([gcrypt],[LIBS="$LIBS"],[AC_MSG_ERROR([gcrypt library not found])])
|
||||
AC_HAVE_LIBRARY([gcrypt],[LIBS="$LIBS"],[AC_MSG_ERROR([gcrypt library not found])],[-lgpg-error])
|
||||
AC_CHECK_HEADER([gcrypt.h],,[AC_MSG_ERROR([gcrypt header gcrypt.h not found!])])
|
||||
AC_MSG_CHECKING([gcrypt CAMELLIA cipher])
|
||||
AC_TRY_COMPILE(
|
||||
|
Loading…
x
Reference in New Issue
Block a user