Fail the configure script if you don't have boost
authorOwen Yamauchi <oyamauchi@fb.com>
Tue, 30 Apr 2013 21:33:21 +0000 (14:33 -0700)
committerSara Golemon <sgolemon@fb.com>
Mon, 20 May 2013 18:01:27 +0000 (11:01 -0700)
commit9345f46ef16cd087960997f436b42233aa85053d
treef6631337347047e282be08118b7bd3f2d8b1bd2f
parentbae84035af5910f74800cdba526f9c8ee9ef3e1f
Fail the configure script if you don't have boost

Summary:
Discovered this while trying to build folly on OS X. It would print a
warning about Boost being missing that got drowned out in the rest of
the configure output, and then the build would fail. This makes the
failure more friendly.

Test Plan:
`autoreconf; ./configure` on a system without boost
installed; make sure configure fails and the last thing it prints is the
boost error message.

Reviewed By: delong.j@fb.com

FB internal diff: D797389
folly/configure.ac