From 55365b5dc3fe086e5dc3f1b9b9ec5d0da2a4ca5e Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Thu, 7 Jul 2016 22:59:54 +0200 Subject: *: fixed includes this refactoring was done with the help of the 'include-what-you-use' program. if this breaks the build for you, please report! --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 0e36070..11d2216 100644 --- a/configure.ac +++ b/configure.ac @@ -152,7 +152,7 @@ AS_IF([test "x$enable_runserver" = "xyes"], [ ]) AM_CONDITIONAL([BUILD_RUNSERVER], [test "x$have_runserver" = "xyes"]) -AC_CHECK_HEADERS([sys/types.h sys/stat.h time.h]) +AC_CHECK_HEADERS([sys/stat.h time.h]) LT_LIB_M -- cgit v1.2.3-18-g5258