configure: Fix summary messages.
authorRichard Jones <rjones@redhat.com>
Wed, 4 Nov 2009 12:42:18 +0000 (12:42 +0000)
committerRichard Jones <rjones@redhat.com>
Wed, 4 Nov 2009 12:42:18 +0000 (12:42 +0000)
commit333e3da945b056efe6f9d2e4b74abdb19c9e87e8
treeecba1a4dbf4194b37e3232cacd83996255ba56c3
parentef642eb4e3bb278b5df14fbcf30403e3d30dcef3
configure: Fix summary messages.

The following 3 summary messages in the configure output
always displayed "yes" even if they were not actually
enabled.

Haskell bindings .................... yes
virt-inspector ...................... yes
virt-* tools ........................ yes

Fixed by correcting the code that tests if the automake
conditional is set.
configure.ac