--- a/finch/libgnt/configure.ac Sat Aug 20 16:22:25 2016 -0400 +++ b/finch/libgnt/configure.ac Sat Aug 20 20:15:01 2016 -0400 @@ -69,7 +69,7 @@ dnl Checks for header files. AC_HEADER_STDC AC_HEADER_SYS_WAIT -AC_CHECK_HEADERS(arpa/nameser_compat.h fcntl.h sys/time.h unistd.h locale.h signal.h stdint.h regex.h) +AC_CHECK_HEADERS(fcntl.h unistd.h locale.h signal.h stdint.h) dnl Checks for typedefs, structures, and compiler characteristics. AC_C_CONST @@ -91,9 +91,6 @@ AC_MSG_CHECKING(for the %z format string in strftime()) AC_TRY_RUN([ -#ifdef HAVE_SYS_TIME_H -#include <sys/time.h> -#endif #include <time.h> #include <stdio.h>