Fix search name for gflags's .pc file
authorMisty De Meo <mistydemeo@gmail.com>
Tue, 20 Dec 2016 03:31:52 +0000 (19:31 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Tue, 20 Dec 2016 03:33:10 +0000 (19:33 -0800)
commit8d7ec4c6e6fd091e52f5eaaca722ee55056499e7
tree1bb2eba8aa5eb108c538c396e231bf55862b132f
parent0a0da5299f9dfc424c7af64e0948575866429452
Fix search name for gflags's .pc file

Summary:
gflags's pkg-config file is installed by default under the name gflags.pc; however, folly has been searching for it under the name libgflags.pc.

Several package managers (Homebrew, apt) install the .pc file under its default upstream name; as such it seems appropriate for folly to look for it under that name, too.

refs Homebrew/homebrew-core#7977.
Closes https://github.com/facebook/folly/pull/531

Reviewed By: yfeldblum

Differential Revision: D4348089

Pulled By: Orvid

fbshipit-source-id: 6adec290ec88b5d3f66103cf8e5094e99f2512ad
folly/configure.ac