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 b7586f0170
commit f7091cd17b
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 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 fi
AC_CACHE_CHECK([for Intel atomic primitives], fc_cv_have_intel_atomic_primitives, [ AC_CACHE_CHECK([for Intel atomic primitives], fc_cv_have_intel_atomic_primitives, [