Commit b3fe16e2 authored by Hans Fugal's avatar Hans Fugal

Merge pull request #331 from vbuslov/config_fix

Fix configure script bug on Mac OS X
parents 8ff0d130 bb733f43
......@@ -235,7 +235,7 @@ AC_CACHE_CHECK(
[for c++11 atomic support without GNU Atomic library],
[folly_cv_lib_libatomic],
[AC_LINK_IFELSE(
[AC_LANG_PROGRAM[
[AC_LANG_SOURCE[
#include <atomic>
int main() {
struct Test { int val; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment