summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e7f7ecc)
raw | patch | inline | side by side (parent: e7f7ecc)
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Fri, 18 Mar 2016 12:38:04 +0000 (13:38 +0100) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Fri, 18 Mar 2016 12:38:04 +0000 (13:38 +0100) |
We did restore them after the test but forget to save them before it.
configure.ac | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index b3813c65c3c8ca59b4926b486fbdd12067d75d64..b1dc31f4ffdcfebea357ed3ede6ea055b3c820dc 100644 (file)
--- a/configure.ac
+++ b/configure.ac
if test "x$with_libstatgrab" = "xyes"
then
SAVE_CFLAGS="$CFLAGS"
+ SAVE_LDFLAGS="$LDFLAGS"
SAVE_LIBS="$LIBS"
CFLAGS="$CFLAGS $with_libstatgrab_cflags"