From f7091cd17b33e8e6023a69a95e0665959ce0104e Mon Sep 17 00:00:00 2001 From: Akira TAGOH Date: Mon, 23 Jan 2023 23:01:52 +0900 Subject: Fix a typo in description for HAVE_STDATOMIC_PRIMITIVES Fixes https://gitlab.freedesktop.org/fontconfig/fontconfig/-/issues/346 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b3e98a6..0c83ce0 100644 --- a/configure.ac +++ b/configure.ac @@ -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, [ -- cgit v1.2.1