Fix buid, missing getHugePageSizeForDevice
authorDave Watson <davejwatson@fb.com>
Wed, 7 May 2014 19:58:31 +0000 (12:58 -0700)
committerDave Watson <davejwatson@fb.com>
Tue, 20 May 2014 19:53:58 +0000 (12:53 -0700)
commitf67e9f29f1c7a608c0939118f4117eb58015e3d6
tree26293c54616e1ab88b8e321094e8353e79a7dbe4
parent2cb63bedc5b9342f2f80491da7e53afd97de1927
Fix buid, missing getHugePageSizeForDevice

Summary:
Folly jenkins build has been failing for a couple days: http://ci-builds.fb.com/job/folly/

Due to a dep on an experimental file in D1307044.  Added file to Makefile.am, also needs boost_filesystem, added configure and link check for that too.

Test Plan: build works on ubuntu

Reviewed By: alandau@fb.com

FB internal diff: D1316855
folly/Makefile.am
folly/configure.ac
folly/m4/ax_boost_filesystem.m4 [new file with mode: 0644]