folly: fix build on ubuntu and fedora platforms
authorAndrew Gallagher <agallagher@fb.com>
Mon, 9 Jul 2012 03:11:11 +0000 (20:11 -0700)
committerTudor Bosman <tudorb@fb.com>
Fri, 13 Jul 2012 23:28:57 +0000 (16:28 -0700)
commitdcf79b80f522f1a6482b426d65829b1d033e794a
treede99a616236a96e74e7f90809936b6628274b708
parent6dca2b329e9b25799b0856265f02714754087ec4
folly: fix build on ubuntu and fedora platforms

Summary:
A boost regex dependency wasn't added to the Makefile.am file.  Also
the it appears that boost thread lib dependencies had a typo in the
makefile variable name.

Test Plan: ran builds on ubunutu and fedora VMs

Reviewed By: tudorb@fb.com

FB internal diff: D514039
folly/Makefile.am
folly/test/Makefile.am