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 a223bf95253ab51d3ed22e1a3bc16c37d421bfe8..1e65abb8f0ca50d5988562a255d71ccd05cbce66 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