From 1be8508ef6bce34b8303a82c7288b50e16323125 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 17 Aug 2008 18:02:05 +0200 Subject: [PATCH] AC_C_INLINE can be AC_REQUIREd. --- m4/cond.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/cond.m4 b/m4/cond.m4 index f20157e172..eefee8e830 100644 --- a/m4/cond.m4 +++ b/m4/cond.m4 @@ -7,5 +7,5 @@ dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_COND], [ AC_REQUIRE([gl_THREADLIB]) - AC_C_INLINE + AC_REQUIRE([AC_C_INLINE]) ]) -- 2.30.2