summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2023-01-23 23:01:52 +0900
committerAkira TAGOH <akira@tagoh.org>2023-01-23 23:04:33 +0900
commitf7091cd17b33e8e6023a69a95e0665959ce0104e (patch)
tree60bc803bd10434a99c907f1363c549bb1b0527c1
parentb7586f0170c5ab1d92d98aab2a5f623c70eee6e5 (diff)
downloadfontconfig-f7091cd17b33e8e6023a69a95e0665959ce0104e.tar.gz
Fix a typo in description for HAVE_STDATOMIC_PRIMITIVES
Fixes https://gitlab.freedesktop.org/fontconfig/fontconfig/-/issues/346
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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, [