Added pkg-config as required dependency
authorMaxim <ad@zalil.ru>
Wed, 19 Apr 2017 22:01:49 +0000 (15:01 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Wed, 19 Apr 2017 22:12:13 +0000 (15:12 -0700)
commitc6cf2b08794bd9d4c6b92f65267d7150aaa081b2
tree20e2bc2d3817d92bd344693bb2851fd747f8946d
parent5a122efcd603512292bd09b541c212773d2b7d55
Added pkg-config as required dependency

Summary:
Faced this problem on Ubuntu 14.04.4 LTS

```
configure:16581: error: possibly undefined macro: AC_MSG_NOTICE
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1
```
Fixed with `apt-get install pkg-config`
Closes https://github.com/facebook/folly/pull/579

Reviewed By: yfeldblum

Differential Revision: D4886216

Pulled By: Orvid

fbshipit-source-id: 88159b70bfcf62d01bef502b3a5da6c9d81499bc
README.md