diff options
author | Chris Dyer <redpony@gmail.com> | 2014-10-09 13:59:21 -0400 |
---|---|---|
committer | Chris Dyer <redpony@gmail.com> | 2014-10-09 13:59:21 -0400 |
commit | a82c420ee1942f50cacaf96cfbcad99707bab345 (patch) | |
tree | 5464fc5cddd5ef4eb17f280159f5bc4c76e9047e /configure.ac | |
parent | 4823bd6658e2ca8baa673b9566dc044c64912868 (diff) |
patch for using ax_pthread
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index c5575f14..814b409b 100644 --- a/configure.ac +++ b/configure.ac @@ -12,6 +12,7 @@ OLD_CXXFLAGS=$CXXFLAGS AC_PROG_CC AC_PROG_CXX CXXFLAGS=$OLD_CXXFLAGS +AX_PTHREAD AX_CXX_COMPILE_STDCXX_11([],[mandatory]) AC_LANG_CPLUSPLUS AC_OPENMP |