Fix a typo in description for HAVE_STDATOMIC_PRIMITIVES

Fixes https://gitlab.freedesktop.org/fontconfig/fontconfig/-/issues/346
This commit is contained in:
Akira TAGOH 2023-01-23 23:01:52 +09:00
parent 10b2905e05
commit 7663a0db66
1 changed files with 1 additions and 1 deletions

View File

@ -698,7 +698,7 @@ AC_CACHE_CHECK([stdatomic.h atomic primitives], fc_cv_have_stdatomic_atomic_prim
)
])
if $fc_cv_have_stdatomic_atomic_primitives; then
AC_DEFINE(HAVE_STDATOMIC_PRIMITIVES, 1, [Have Intel __sync_* atomic primitives])
AC_DEFINE(HAVE_STDATOMIC_PRIMITIVES, 1, [Have C99 stdatomic atomic primitives])
fi
AC_CACHE_CHECK([for Intel atomic primitives], fc_cv_have_intel_atomic_primitives, [