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: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1199%2Fhead;p=thirdparty%2Fcollectd.git gcrypt: take search path into account --- diff --git a/configure.ac b/configure.ac index 9fde51824..e3732fae3 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