diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 75f4d7687..21e7764e2 100644 --- a/configure.ac +++ b/configure.ac @@ -1096,7 +1096,8 @@ dnl --------------- dnl need to integrate this function dnl AC_FUNC_STRFTIME -AC_CHECK_FUNCS(strftime difftime gettimeofday \ +AC_CHECK_FUNCS(strftime strptime mktime timelocal \ + difftime gettimeofday \ select poll \ readlink faccessx fchdir ftruncate \ fstat lstat lchown fchown fchmod \ |