Find dwarf.h in libdwarf subdirectory
authorTed Percival <ted.percival@echostar.com>
Fri, 30 Sep 2016 17:40:00 +0000 (10:40 -0700)
committerFacebook Github Bot <facebook-github-bot-bot@fb.com>
Fri, 30 Sep 2016 17:53:29 +0000 (10:53 -0700)
commitfc8025b463cbd1a167d68c49e74e93a158b2bf03
tree2bcf49ec17916c666789a6e62aa2278e03a5c3d3
parent10ff2d2156bf72de8f3da0bb642314f9c92812a6
Find dwarf.h in libdwarf subdirectory

Summary:
libdwarf headers moved from `/usr/include` to `/usr/include/libdwarf` in [dwarfutils 20160613-2](http://metadata.ftp-master.debian.org/changelogs/main/d/dwarfutils/unstable_changelog).

Adds a check for the library as well, and fixes a tiny typo in the `libunwind` check.

No longer checks for `libdwarf.h`; only `dwarf.h` is used.
Closes https://github.com/facebook/folly/pull/480

Reviewed By: yfeldblum

Differential Revision: D3878961

Pulled By: Orvid

fbshipit-source-id: 7970d33511bf6d351cec2c8077cb07b85f2f8d33
folly/configure.ac
folly/experimental/symbolizer/Dwarf.cpp