Revert to using #if HAVE_STDLIB_H
authorJim Meyering <jim@meyering.net>
Sat, 22 Jan 2000 14:07:23 +0000 (14:07 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 22 Jan 2000 14:07:23 +0000 (14:07 +0000)
to guard inclusion of <stdlib.h>.

m4/check-decl.m4

index a223bf9..1e65abb 100644 (file)
@@ -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