Skip to content

Commit

Permalink
config: add missing AC_DEFINE for builtin atomics
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
  • Loading branch information
hjelmn committed Jun 10, 2016
1 parent 83f4931 commit b51a3a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions m4/hio_check_cversion.m4
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,6 @@ AC_DEFUN([HIO_CHECK_CVERSION],[
fi

AC_DEFINE_UNQUOTED([HIO_ATOMICS_C11], [$hio_check_cversion_c11_atomics], [Whether to use C11 atomics])
AC_DEFINE_UNQUOTED([HIO_ATOMICS_BUILTIN], [$hio_check_cversion_builtin_atomics], [Whether to use __atomic atomics])
AC_DEFINE_UNQUOTED([HIO_ATOMICS_SYNC], [$hio_check_cversion_sync_atomics], [Whether to use __sync atomics])
])

0 comments on commit b51a3a3

Please sign in to comment.