diff options
author | Jim Meyering <jim@meyering.net> | 2003-09-13 09:47:52 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-09-13 09:47:52 +0000 |
commit | b91fd59b385bac89ca028eec2227057c54bca756 (patch) | |
tree | 64af5e06b0ab37961f42c425f46e67d93b6d57d5 /m4 | |
parent | 7c7a279031a1bd7ea980452e593b6558705a8e12 (diff) | |
download | coreutils-b91fd59b385bac89ca028eec2227057c54bca756.tar.xz |
(gl_XREADLINK): Remove <stdlib.h> check.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/xreadlink.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/xreadlink.m4 b/m4/xreadlink.m4 index 7062fd198..5d8e47f92 100644 --- a/m4/xreadlink.m4 +++ b/m4/xreadlink.m4 @@ -1,4 +1,4 @@ -# xreadlink.m4 serial 3 +# xreadlink.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 @@ -10,5 +10,5 @@ AC_DEFUN([gl_XREADLINK], [ dnl Prerequisites of lib/xreadlink.c. AC_REQUIRE([gt_TYPE_SSIZE_T]) - AC_CHECK_HEADERS_ONCE(stdlib.h unistd.h) + AC_CHECK_HEADERS_ONCE(unistd.h) ]) |