Enable making libfollyinit even when libdwarf is not available
authorJacob Bower <jbower@fb.com>
Fri, 23 Dec 2016 08:09:51 +0000 (00:09 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Fri, 23 Dec 2016 08:18:00 +0000 (00:18 -0800)
commitecd7292d1bd3b183e4a98f013b04c5f5c26020e2
treea5b64fcac50a2e91852e6ddbeefae5a380b12f3b
parent6e0964d9e0d6fda080e255720ed3e6829ecc0ace
Enable making libfollyinit even when libdwarf is not available

Summary:
The hard requirement for libdwarf when building libfollyinit does not appear to be needed.

Without libfollyinit, code with calls to folly::init() won't build. Notably this is breaking build/execution of tests + examples for the Watchman C++ client in Watchman.

Reviewed By: yfeldblum

Differential Revision: D4361498

fbshipit-source-id: f3586d8cdca36eda3634663e95a4a61d879de6cf
folly/configure.ac
folly/experimental/Makefile.am
folly/init/Makefile.am