]> git.ipfire.org Git - thirdparty/libvirt.git/commit
configure.in: link with -lpthread when necessary
authorJim Meyering <meyering@redhat.com>
Fri, 22 Aug 2008 08:32:58 +0000 (08:32 +0000)
committerJim Meyering <meyering@redhat.com>
Fri, 22 Aug 2008 08:32:58 +0000 (08:32 +0000)
commit6c02ba0540afdf97616a677698bbe5b9a665c483
tree5d66d1d51c2d00f174632c83e369d8c1f4e72ea0
parent7e0da185272d4e690183e9946d5a8e02fa495055
configure.in: link with -lpthread when necessary

* configure.in: Explicitly add -lpthread to $LIBS.
With an empty "ACTION_IF_FOUND", AC_CHECK_LIB would have done
that for us automatically, but when there is an explicit third
argument, those commands are run instead of the default.
Reported by Jun Koi <junkoi2004@gmail.com>.
ChangeLog
configure.in