aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2003-11-28 11:18:54 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2003-11-28 11:18:54 +0000
commit55d33ad20d2db2a619b3fbe722c283b9c396d3f5 (patch)
tree1ba5037e4fbb234f052327e96aa5ae5e5ef79c63
parente1058b523777953cca44b5c45ba03aea532cd093 (diff)
downloadcpio-55d33ad20d2db2a619b3fbe722c283b9c396d3f5.tar.gz
cpio-55d33ad20d2db2a619b3fbe722c283b9c396d3f5.tar.bz2
More checks
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ef48d90..57bff6f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -77,8 +77,9 @@ main() { char *s = sys_errlist[[0]]; return 0; },
AC_MSG_RESULT(no),
AC_MSG_RESULT(don't know))
-AC_CHECK_DECLS([errno, sys_nerr, sys_errlist, getpwnam, getgrnam, getgrgid, strdup, strerror], , , [
+AC_CHECK_DECLS([errno, sys_nerr, sys_errlist, getpwnam, getgrnam, getgrgid, strdup, strerror, getenv, atoi, exit], , , [
#include <stdio.h>
+#include <stdlib.h>
#include <errno.h>
#ifdef HAVE_STRING_H
# include <string.h>

Return to:

Send suggestions and report system problems to the System administrator.