]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(gl_PREREQ_RPMATCH): Don't check for standard C headers.
authorJim Meyering <jim@meyering.net>
Fri, 12 Sep 2003 20:09:01 +0000 (20:09 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 12 Sep 2003 20:09:01 +0000 (20:09 +0000)
m4/rpmatch.m4

index 4cce297c37ac17b535e7f338e08f14e819ef284f..dd787ee16784ca461315bb4a57337b3069b1bf6b 100644 (file)
@@ -1,4 +1,4 @@
-# rpmatch.m4 serial 3
+# rpmatch.m4 serial 4
 dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc.
 dnl This file is free software, distributed under the terms of the GNU
 dnl General Public License.  As a special exception to the GNU General
@@ -15,8 +15,4 @@ AC_DEFUN([gl_FUNC_RPMATCH],
 ])
 
 # Prerequisites of lib/rpmatch.c.
-AC_DEFUN([gl_PREREQ_RPMATCH], [
-  AC_REQUIRE([AC_HEADER_STDC])
-  :
-])
-
+AC_DEFUN([gl_PREREQ_RPMATCH], [:])