diff m4/stat.m4 @ 12542:ea823743f290

Use AC_C_INLINE where necessary.
author Bruno Haible <bruno@clisp.org>
date Thu, 31 Dec 2009 16:13:01 +0100
parents 150adbe92b27
children c2cbabec01dd
line wrap: on
line diff
--- a/m4/stat.m4
+++ b/m4/stat.m4
@@ -1,4 +1,4 @@
-# serial 3
+# serial 4
 
 # Copyright (C) 2009 Free Software Foundation, Inc.
 #
@@ -57,5 +57,7 @@
   esac
   if test $REPLACE_STAT = 1; then
     AC_LIBOBJ([stat])
+    dnl Prerequisites of lib/stat.c.
+    AC_REQUIRE([AC_C_INLINE])
   fi
 ])