aboutsummaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-12-22 22:28:10 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-12-22 22:28:10 +0000
commit58f4af7973e3d2ec0510050ea207e6b16c6c9a64 (patch)
tree27d8e79d5bbdb5ef03cb3c546301f5feb449399f /acinclude.m4
parent99befd3a155369280236b918dcf2739e599b5eaa (diff)
Marcin Konicki provided two configure fixes and a source fix to make curl
build out-of-the-box on BeOS.
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m44
1 files changed, 1 insertions, 3 deletions
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 <sys/types.h>
-#include <unistd.h>
-#include <fcntl.h>
+#include <socket.h>
],[
/* SO_NONBLOCK source code */
long b = 1;