summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c2ca2a4)
raw | patch | inline | side by side (parent: c2ca2a4)
author | Marc Fournier <marc.fournier@camptocamp.com> | |
Mon, 23 Jun 2014 16:00:01 +0000 (18:00 +0200) | ||
committer | Marc Fournier <marc.fournier@camptocamp.com> | |
Mon, 23 Jun 2014 16:00:01 +0000 (18:00 +0200) |
configure.in | patch | blob | history |
diff --git a/configure.in b/configure.in
index 7086800bb2d1bc7455c7c0d524c21102cce787e5..5dac543169ca42d2d1eac2ff6acdd0708afa6a29 100644 (file)
--- a/configure.in
+++ b/configure.in
then
with_libxml2="no"
fi
- with_libxml2_ldflags="$PKG_CONFIG --libs libxml-2.0`"
+ with_libxml2_ldflags="`$PKG_CONFIG --libs libxml-2.0`"
if test $? -ne 0
then
with_libxml2="no"
fi
if test "x$with_libvirt" = "xyes"
then
- with_libvirt_cflags="$PKG_CONFIG --cflags libvirt`"
+ with_libvirt_cflags="`$PKG_CONFIG --cflags libvirt`"
if test $? -ne 0
then
with_libvirt="no"
fi
- with_libvirt_ldflags="$PKG_CONFIG --libs libvirt`"
+ with_libvirt_ldflags="`$PKG_CONFIG --libs libvirt`"
if test $? -ne 0
then
with_libvirt="no"