summaryrefslogtreecommitdiff
path: root/m4/popen.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-12-31 15:12:41 +0100
committerBruno Haible <bruno@clisp.org>2009-12-31 17:28:37 +0100
commit136edbc25f2c86265b6931a58eb4ad0bf290945a (patch)
tree03c58022440313dcf86af459431114da792f8599 /m4/popen.m4
parentd91a0d2dc678afe8a2c696077f0640e6874f52bc (diff)
downloadgnulib-136edbc25f2c86265b6931a58eb4ad0bf290945a.tar.gz
Remove unnecessary AC_C_INLINE invocation.
Diffstat (limited to 'm4/popen.m4')
-rw-r--r--m4/popen.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/popen.m4 b/m4/popen.m4
index f774a9efa4..5a12b87f0a 100644
--- a/m4/popen.m4
+++ b/m4/popen.m4
@@ -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])
+ :
])