mirror of
https://github.com/coreutils/coreutils.git
synced 2024-11-26 03:13:42 +08:00
(gl_PREREQ_RPMATCH): Don't check for standard C headers.
This commit is contained in:
parent
334e2ecfba
commit
9f4851b293
@ -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], [:])
|
||||
|
Loading…
Reference in New Issue
Block a user