Rename gl_INET_PTON.
[pspp] / m4 / stat.m4
index ce6933b3cd05370b1de0e8e13026d703d0d60f84..acd32d86a084ea6cbfcbd47bf1c3a756b94ccf61 100644 (file)
@@ -1,6 +1,6 @@
-# serial 3
+# serial 4
 
-# Copyright (C) 2009 Free Software Foundation, Inc.
+# Copyright (C) 2009, 2010 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -57,5 +57,7 @@ AC_DEFUN([gl_FUNC_STAT],
   esac
   if test $REPLACE_STAT = 1; then
     AC_LIBOBJ([stat])
+    dnl Prerequisites of lib/stat.c.
+    AC_REQUIRE([AC_C_INLINE])
   fi
 ])