From 9948a35fba8599ac776bd63d4f3746ff06825c04 Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Fri, 18 Mar 2016 13:38:04 +0100 Subject: [PATCH] statgrab: Save LDFLAGS before changing them. We did restore them after the test but forget to save them before it. --- configure.ac | 1 + 1 file changed, 1 insertion(+) 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" -- 2.11.0