lib/unictype/3level.h and lib/unictype/3levelbit.h use 'static inline'.
Therefore they need AC_C_INLINE.


2020-07-03  Bruno Haible  <[email protected]>

        gen-uni-tables: Make sure the compiler does not barf on 'inline'.
        * modules/gen-uni-tables (configure.ac): Require AC_C_INLINE.

diff --git a/modules/gen-uni-tables b/modules/gen-uni-tables
index e9655e0..b384471 100644
--- a/modules/gen-uni-tables
+++ b/modules/gen-uni-tables
@@ -13,6 +13,7 @@ strdup
 strstr-simple
 
 configure.ac:
+AC_REQUIRE([AC_C_INLINE])
 
 Makefile.am:
 


Reply via email to