Allow master to build on Fedora with the recent threading changes
authorBen Pfaff <blp@nicira.com>
Mon, 6 May 2013 22:41:29 +0000 (15:41 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 6 May 2013 22:41:29 +0000 (15:41 -0700)
commit8e85e0374909b3c1ad6643311f83ce6ee1768c29
treef38ddbea9879ab7ba41a42a8506ae1849242493f
parentdb0c31340fe260f281aaea07b0fbce41bef07c7d
Allow master to build on Fedora with the recent threading changes

The recent threading changes have broken the build on Fedora,
and presumably other Red Hat based distributions. This adds an explicit
"-lpthread" to the linker command line and allows the latest master to build
on Fedora. I've also tested this on Ubuntu and it builds fine there.

Signed-off-by: Kyle Mestery <kmestery@cisco.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Ed Maste <emaste@freebsd.org>
configure.ac