From: Ruben Kerkhof Date: Fri, 18 Mar 2016 12:38:04 +0000 (+0100) Subject: statgrab: Save LDFLAGS before changing them. X-Git-Tag: collectd-5.6.0~380 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=9948a35fba8599ac776bd63d4f3746ff06825c04;p=collectd.git statgrab: Save LDFLAGS before changing them. We did restore them after the test but forget to save them before it. --- diff --git a/configure.ac b/configure.ac index b3813c65..b1dc31f4 100644 --- a/configure.ac +++ b/configure.ac @@ -4371,6 +4371,7 @@ fi if test "x$with_libstatgrab" = "xyes" then SAVE_CFLAGS="$CFLAGS" + SAVE_LDFLAGS="$LDFLAGS" SAVE_LIBS="$LIBS" CFLAGS="$CFLAGS $with_libstatgrab_cflags"