Remove unnecessary AC_C_INLINE invocation.
[pspp] / m4 / popen.m4
index f774a9efa4c87ba32f4da06a29b1b6821131ba98..5a12b87f0a13f5ad2a76334e036d4d83cf11df7d 100644 (file)
@@ -1,4 +1,4 @@
-# popen.m4 serial 1
+# popen.m4 serial 2
 dnl Copyright (C) 2009 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -30,5 +30,5 @@ AC_DEFUN([gl_FUNC_POPEN],
 # Prerequisites of lib/popen.c.
 AC_DEFUN([gl_PREREQ_POPEN],
 [
-  AC_REQUIRE([AC_C_INLINE])
+  :
 ])