From: Bruno Haible Date: Sun, 17 Aug 2008 16:02:05 +0000 (+0200) Subject: AC_C_INLINE can be AC_REQUIREd. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1be8508ef6bce34b8303a82c7288b50e16323125;p=pspp AC_C_INLINE can be AC_REQUIREd. --- 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]) ])