AC_C_INLINE can be AC_REQUIREd.
authorBruno Haible <bruno@clisp.org>
Sun, 17 Aug 2008 16:02:05 +0000 (18:02 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 17 Aug 2008 16:02:05 +0000 (18:02 +0200)
m4/cond.m4

index f20157e..eefee8e 100644 (file)
@@ -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])
 ])