summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4fb5d4b)
raw | patch | inline | side by side (parent: 4fb5d4b)
author | Florian Forster <octo@noris.net> | |
Tue, 29 Apr 2008 08:27:38 +0000 (10:27 +0200) | ||
committer | Florian Forster <octo@noris.net> | |
Tue, 29 Apr 2008 08:27:38 +0000 (10:27 +0200) |
configure.in | patch | blob | history |
diff --git a/configure.in b/configure.in
index 766b6d6b554118ccd9311a9c80a05b1528c824c3..3eb17befc774a48a4690258a4a04a0d82ea6dc4c 100644 (file)
--- a/configure.in
+++ b/configure.in
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"
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"