diff options
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5a976c9..f2acd88 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -70,7 +70,7 @@ AC_TYPE_UINT32_T | |||
| 70 | AC_TYPE_UINT8_T | 70 | AC_TYPE_UINT8_T |
| 71 | 71 | ||
| 72 | # Checks for library functions. | 72 | # Checks for library functions. |
| 73 | AC_CHECK_FUNCS([asprintf strcasecmp strdup strerror strndup stpcpy vasprintf getifaddrs]) | 73 | AC_CHECK_FUNCS([asprintf strcasecmp strdup strerror strndup stpcpy vasprintf getifaddrs gettimeofday localtime_r]) |
| 74 | 74 | ||
| 75 | AC_CHECK_HEADER(endian.h, [ac_cv_have_endian_h="yes"], [ac_cv_have_endian_h="no"]) | 75 | AC_CHECK_HEADER(endian.h, [ac_cv_have_endian_h="yes"], [ac_cv_have_endian_h="no"]) |
| 76 | if test "x$ac_cv_have_endian_h" = "xno"; then | 76 | if test "x$ac_cv_have_endian_h" = "xno"; then |
