* configure.in: Look for the closedir function.
This commit is contained in:
parent
2877eac209
commit
22288fe16c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue