configure: Add detection of library kvm that is used under OpenBSD
commit46c8d6d2bf2d8a90cd3db6f461fee8461651678e
authorChristophe CURIS <christophe.curis@free.fr>
Tue, 9 Apr 2013 06:54:48 +0000 (9 08:54 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Tue, 9 Apr 2013 08:03:58 +0000 (9 09:03 +0100)
tree1575d448c8c4c8241e81927809212fec52b5b006
parent6aa43d356ca3c7ee44748212d9318f7005d2d140
configure: Add detection of library kvm that is used under OpenBSD

As proposed by Christian Schulte, when compiling WindowMaker on BSD
it uses the kvm library to gather information on processes (in the
os-dependant file), so we must properly link against the corresponding
library, which this patch adds.
configure.ac