[Fontconfig] fontconfig: Branch 'main'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jan 24 05:25:06 UTC 2023


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f7091cd17b33e8e6023a69a95e0665959ce0104e
Author: Akira TAGOH <akira at tagoh.org>
Date:   Mon Jan 23 23:01:52 2023 +0900

    Fix a typo in description for HAVE_STDATOMIC_PRIMITIVES
    
    Fixes https://gitlab.freedesktop.org/fontconfig/fontconfig/-/issues/346

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, [


More information about the Fontconfig mailing list