From 58f4af7973e3d2ec0510050ea207e6b16c6c9a64 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 22 Dec 2004 22:28:10 +0000 Subject: Marcin Konicki provided two configure fixes and a source fix to make curl build out-of-the-box on BeOS. --- acinclude.m4 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'acinclude.m4') diff --git a/acinclude.m4 b/acinclude.m4 index f232438a8..552e6c810 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -87,9 +87,7 @@ AC_DEFINE(HAVE_IOCTLSOCKET_CASE, 1, [use Ioctlsocket() for non-blocking sockets] dnl Ioctlsocket didnt compile, do test 5! AC_TRY_COMPILE([ /* headers for SO_NONBLOCK test (BeOS) */ -#include -#include -#include +#include ],[ /* SO_NONBLOCK source code */ long b = 1; -- cgit v1.2.1