strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee1bdd8
)
Link to libgpg-error to resolve additional symbols when testing for libgcrypt
author
Martin Willi
<martin@revosec.ch>
Mon, 17 May 2010 09:08:13 +0000
(11:08 +0200)
committer
Martin Willi
<martin@revosec.ch>
Mon, 17 May 2010 09:08:13 +0000
(11:08 +0200)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
a24a6eb
..
976d99b
100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-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(