1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-20 22:32:17 +02:00

(gl_PREREQ_GETUSERSHELL): Do not check for stdlib.h.

This commit is contained in:
Jim Meyering
2003-09-13 06:31:59 +00:00
parent cc3b23def3
commit c97e79fe50

View File

@@ -1,5 +1,5 @@
# getusershell.m4 serial 1
dnl Copyright (C) 2002 Free Software Foundation, Inc.
# getusershell.m4 serial 2
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
dnl Public License, this file may be distributed as part of a program
@@ -17,7 +17,5 @@ AC_DEFUN([gl_FUNC_GETUSERSHELL],
# Prerequisites of lib/getusershell.c.
AC_DEFUN([gl_PREREQ_GETUSERSHELL], [
AC_REQUIRE([AC_HEADER_STDC])
AC_CHECK_HEADERS_ONCE(stdlib.h)
AC_CHECK_FUNCS_ONCE(isascii)
])