Added missing m4 file ax_boost_chrono
authorBruno Goncalves <bruno.slackware@gmail.com>
Wed, 22 Jun 2016 20:25:33 +0000 (13:25 -0700)
committerFacebook Github Bot 9 <facebook-github-bot-9-bot@fb.com>
Wed, 22 Jun 2016 20:38:40 +0000 (13:38 -0700)
commitc1d4dcfe934f7c902b7a38a8c9fbd02c9d7b0640
tree9ded42a38042ebd0f07b9eb737c61902272906f3
parent0232cb3734b3966d1aa90149741b6f28db6dfab7
Added missing m4 file ax_boost_chrono

Summary:
To avoid error while running ./configure command:
 ./configure: line 18976: AX_BOOST_CHRONO: command not found

Besides in my Fedora 23 the following error ocurred when not linked with -lboost_chrono running 'make check':
/usr/bin/ld: SynchronizedTest.o: undefined reference to symbol 'boost::chrono::steady_clock::now()''
/usr/lib64/libboost_chrono.so.1.58.0: error adding symbols: DSO missing from command line
Closes https://github.com/facebook/folly/pull/426

Differential Revision: D3457939

Pulled By: elliottneilclark

fbshipit-source-id: ec7a8d30d4812f197e2813e611cde0e33eab680a
folly/m4/ax_boost_chrono.m4 [new file with mode: 0644]