]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix typo in configure.ac causing $LIBS to gain a copy of $CFLAGS
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 5 Feb 2013 16:44:46 +0000 (16:44 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 5 Feb 2013 18:04:16 +0000 (18:04 +0000)
commit9fe43021f3dc326a536247cf6b3d8b9dc1958666
treeb82318d6b8baa73697f90ec482fe17150b6037b4
parent3a9382ca2a68913bea459bd41786c621ef6b8b8d
Fix typo in configure.ac causing $LIBS to gain a copy of $CFLAGS

The virt-dbus.m4 check for DBus was preserving $LIBS before
modifying it. Except it wasn't. It was preserving another
copy of $CFLAGS. The result was that after the check completed,
$LIBS got polluted with $CFLAGS

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
m4/virt-dbus.m4