Fix for folly open source build on Ubuntu 12.04
authorAnton Likhtarov <alikhtarov@fb.com>
Wed, 25 Jun 2014 01:52:54 +0000 (18:52 -0700)
committerAnton Likhtarov <alikhtarov@fb.com>
Thu, 26 Jun 2014 02:27:43 +0000 (19:27 -0700)
commit6dff66ff2150a102f1594ac8a92f99e5bb1186e4
tree6f474804f19bc4653178b0fb8ffd06ad97db5c0e
parentd7a43326b76def70da0b780d71813eab5a887e2c
Fix for folly open source build on Ubuntu 12.04

Summary: On 12.04, there's both /usr/lib/libiberty.a and /usr/lib/libiberty_pic.a, and _pic is the one we want to build a Folly shared library.

Test Plan: build on Ubuntu 12.04

Reviewed By: meyering@fb.com

FB internal diff: D1402194
folly/configure.ac