Add getenv to the list.

This commit is contained in:
Jim Meyering
2000-02-27 17:53:31 +00:00
parent 8cf07d2253
commit 07ab5fec9a
+1 -1
View File
@@ -39,7 +39,7 @@ AC_DEFUN(jm_CHECK_DECLS,
#endif
'
AC_CHECK_DECLS((free, lseek, malloc, memchr, nanosleep,
AC_CHECK_DECLS((free, getenv, lseek, malloc, memchr, nanosleep,
realloc, stpcpy, strstr, strtoul, strtoull),
, , $headers)
])