projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fb5d4b
)
build system: Don't (accidentally) clear the LDFLAGS when checking for libxml2 or...
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
766b6d6
..
3eb17be
100644
(file)
--- 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"