mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-17 17:20:29 +02:00
Refine check for when atomics are available.
* configure.ac: * libguile/atomics-internal.h: Use HAVE_STDATOMIC_H to know when to use atomics.
This commit is contained in:
parent
7ff3d3834d
commit
b0ccf4dd4a
2 changed files with 4 additions and 5 deletions
|
@ -326,6 +326,7 @@ AC_SUBST([SCM_I_GSC_T_PTRDIFF])
|
|||
|
||||
AC_CHECK_HEADERS([stdint.h])
|
||||
AC_CHECK_HEADERS([inttypes.h])
|
||||
AC_CHECK_HEADERS([stdatomic.h])
|
||||
|
||||
AC_CHECK_SIZEOF(intmax_t)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue