lib/dfa.c uses 'static inline'. Therefore it needs AC_C_INLINE.

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

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

diff --git a/modules/dfa b/modules/dfa
index ade4b5a..303957f 100644
--- a/modules/dfa
+++ b/modules/dfa
@@ -28,6 +28,7 @@ xalloc
 xalloc-die
 
 configure.ac:
+AC_REQUIRE([AC_C_INLINE])
 
 Makefile.am:
 lib_SOURCES += dfa.c localeinfo.c


Reply via email to