From e70694158bc1da629241f24757076278aa60a356 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Wed, 4 Oct 2017 01:22:57 +0200 Subject: [PATCH] Fix warning "`gl_HOST_CPU_C_ABI' was expanded before it was required". * modules/host-cpu-c-abi (configure.ac): Require, don't invoke gl_HOST_CPU_C_ABI. --- ChangeLog | 6 ++++++ modules/host-cpu-c-abi | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7bc49abd0d..dff8d14735 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2017-10-03 Bruno Haible + + Fix warning "`gl_HOST_CPU_C_ABI' was expanded before it was required". + * modules/host-cpu-c-abi (configure.ac): Require, don't invoke + gl_HOST_CPU_C_ABI. + 2017-10-03 Bruno Haible doc: warn about misuse of strncpy and wcsncpy. diff --git a/modules/host-cpu-c-abi b/modules/host-cpu-c-abi index 6c92cc4267..a9cf48bf67 100644 --- a/modules/host-cpu-c-abi +++ b/modules/host-cpu-c-abi @@ -8,7 +8,7 @@ m4/asm-underscore.m4 Depends-on: configure.ac: -gl_HOST_CPU_C_ABI +AC_REQUIRE([gl_HOST_CPU_C_ABI]) Makefile.am: -- 2.39.5