From ae6f041d23a71073e447f50f01e5d9ec1ffb34bd Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Tue, 29 Apr 2008 10:27:38 +0200 Subject: [PATCH] build system: Don't (accidentally) clear the LDFLAGS when checking for libxml2 or libvirt. --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 766b6d6b..3eb17bef 100644 --- a/configure.in +++ b/configure.in @@ -1864,7 +1864,7 @@ fi if test "x$with_libxml2" = "xyes" then SAVE_CFLAGS="$CFLAGS" - SAVE_LD_FLAGS="$LDFLAGS" + SAVE_LDFLAGS="$LDFLAGS" CFLAGS="$CFLAGS $with_libxml2_cflags" LDFLAGS="$LDFLAGS $with_libxml2_ldflags" @@ -1909,7 +1909,7 @@ fi if test "x$with_libvirt" = "xyes" then SAVE_CFLAGS="$CFLAGS" - SAVE_LD_FLAGS="$LDFLAGS" + SAVE_LDFLAGS="$LDFLAGS" CFLAGS="$CFLAGS $with_libvirt_cflags" LDFLAGS="$LDFLAGS $with_libvirt_ldflags" -- 2.11.0