* configure.ac: Add check for atoll().

This commit is contained in:
Andrew V. Samoilov 2004-08-09 09:35:40 +00:00
parent ea3ff6f126
commit ff0d2fe54f
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2004-08-09 Andrew V. Samoilov <sav@bcs.zp.ua>
* configure.ac: Add check for atoll().
* doc/mc.1.in (Extension File Edit): Document "directory" keyword.
* doc/ru/mc.1.in: Likewise.

View File

@ -170,7 +170,7 @@ dnl
dnl Check availability of some functions
dnl
AC_CHECK_FUNCS([cfgetospeed getsid initgroups memcpy memmove memset \
AC_CHECK_FUNCS([atoll cfgetospeed getsid initgroups memcpy memmove memset \
putenv setreuid setuid statfs strerror strftime \
sysconf tcgetattr tcsetattr truncate])