From: Ruben Kerkhof Date: Tue, 4 Aug 2015 13:40:34 +0000 (+0200) Subject: gcrypt: take search path into account X-Git-Tag: collectd-5.6.0~569^2 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=7fe3dd55996faef47d0697a9f043470b18493447;p=collectd.git gcrypt: take search path into account --- diff --git a/configure.ac b/configure.ac index 9fde5182..e3732fae 100644 --- a/configure.ac +++ b/configure.ac @@ -2018,8 +2018,10 @@ fi 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 @@ -2047,6 +2049,7 @@ fi CPPFLAGS="$SAVE_CPPFLAGS" LDFLAGS="$SAVE_LDFLAGS" +LIBS="$SAVE_LIBS" if test "x$with_libgcrypt" = "xyes" then