]> Savannah Git Hosting - gnulib.git/commitdiff
gen-uni-tables: Make sure the compiler does not barf on 'inline'.
authorBruno Haible <bruno@clisp.org>
Fri, 3 Jul 2020 10:12:02 +0000 (12:12 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 3 Jul 2020 10:19:20 +0000 (12:19 +0200)
* modules/gen-uni-tables (configure.ac): Require AC_C_INLINE.

ChangeLog
modules/gen-uni-tables

index 5011b4bf3e7d49b7add0e276ddfa0508edbe8686..a58816d174be957eddceb0fe51a976cdc4d370d4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2020-07-03  Bruno Haible  <bruno@clisp.org>
+
+       gen-uni-tables: Make sure the compiler does not barf on 'inline'.
+       * modules/gen-uni-tables (configure.ac): Require AC_C_INLINE.
+
 2020-07-03  Bruno Haible  <bruno@clisp.org>
 
        dfa: Make sure the compiler does not barf on 'inline'.
index e9655e0723a6023fb3333818bc50d7af28d05a14..b384471fa102212cb0e591a234abc5104c3374b7 100644 (file)
@@ -13,6 +13,7 @@ strdup
 strstr-simple
 
 configure.ac:
+AC_REQUIRE([AC_C_INLINE])
 
 Makefile.am: