From: Bruno Haible Date: Sun, 17 Aug 2008 16:02:05 +0000 (+0200) Subject: AC_C_INLINE can be AC_REQUIREd. X-Git-Tag: v0.1~7145 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=1be8508ef6bce34b8303a82c7288b50e16323125;p=gnulib.git AC_C_INLINE can be AC_REQUIREd. --- diff --git a/m4/cond.m4 b/m4/cond.m4 index f20157e17..eefee8e83 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]) ])