* configure.in: Look for the closedir function.

This commit is contained in:
Jim Blandy 1993-06-17 04:57:09 +00:00
parent 2877eac209
commit 22288fe16c

View file

@ -950,7 +950,7 @@ AC_RETSIGTYPE
dnl checks for functions
AC_ALLOCA
AC_HAVE_FUNCS(gettimeofday gethostname dup2 rename)
AC_HAVE_FUNCS(gettimeofday gethostname dup2 rename closedir)
dnl checks for structure members
AC_STRUCT_TM