Remove unnecessary AC_C_INLINE invocation.
[gnulib.git] / m4 / popen.m4
index f774a9e..5a12b87 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])
+  :
 ])