summaryrefslogtreecommitdiff
path: root/m4/check-decl.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-01-22 14:07:23 +0000
committerJim Meyering <jim@meyering.net>2000-01-22 14:07:23 +0000
commitc7bd32731ef6b4fe4158c6db697f2e57f8c7e111 (patch)
tree7c967d40eef910e786c7d5730fe94bbb1f1ba330 /m4/check-decl.m4
parent0f9105c7be57719ea62dda4d0574b47db1581ec4 (diff)
downloadcoreutils-c7bd32731ef6b4fe4158c6db697f2e57f8c7e111.tar.xz
Revert to using #if HAVE_STDLIB_H
to guard inclusion of <stdlib.h>.
Diffstat (limited to 'm4/check-decl.m4')
-rw-r--r--m4/check-decl.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/check-decl.m4 b/m4/check-decl.m4
index a223bf952..1e65abb8f 100644
--- a/m4/check-decl.m4
+++ b/m4/check-decl.m4
@@ -17,7 +17,7 @@ AC_DEFUN(jm_CHECK_DECLS,
# include <strings.h>
# endif
#endif
-#if STDC_HEADERS
+#if HAVE_STDLIB_H
# include <stdlib.h>
#endif
#if HAVE_UNISTD_H