mirror of
https://github.com/libvirt/libvirt.git
synced 2026-08-01 17:17:58 -05:00
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>