summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 11df9b5)
raw | patch | inline | side by side (parent: 11df9b5)
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Tue, 4 Aug 2015 13:40:34 +0000 (15:40 +0200) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Tue, 4 Aug 2015 13:40:34 +0000 (15:40 +0200) |
configure.ac | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index 9fde51824d30f52722de39c55ef7faf57cf194d0..e3732fae3f286e40099a205511406dcfba46775a 100644 (file)
--- a/configure.ac
+++ b/configure.ac
SAVE_CPPFLAGS="$CPPFLAGS"
SAVE_LDFLAGS="$LDFLAGS"
+SAVE_LIBS="$LIBS"
CPPFLAGS="$CPPFLAGS $GCRYPT_CPPFLAGS"
LDFLAGS="$LDFLAGS $GCRYPT_LDFLAGS"
+LIBS="$LIBS $GCRYPT_LIBS"
if test "x$with_libgcrypt" = "xyes"
then
CPPFLAGS="$SAVE_CPPFLAGS"
LDFLAGS="$SAVE_LDFLAGS"
+LIBS="$SAVE_LIBS"
if test "x$with_libgcrypt" = "xyes"
then