From 5b338a411203cd42e7b09d56585e1acb408f406e Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Tue, 3 Jan 2017 18:04:37 +0100 Subject: win32: Only define sleep() when it's not found and reorder header file includes --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 0a405e0..f44e26c 100644 --- a/configure.ac +++ b/configure.ac @@ -64,7 +64,7 @@ AC_TYPE_UINT8_T # Checks for library functions. AC_FUNC_MALLOC AC_FUNC_REALLOC -AC_CHECK_FUNCS([strcasecmp strdup strerror strndup]) +AC_CHECK_FUNCS([strcasecmp strdup strerror strndup sleep]) # Check for operating system AC_MSG_CHECKING([whether we need platform-specific build settings]) -- cgit v1.1-32-gdbae