aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-12-02 22:04:30 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-12-02 22:04:30 +0000
commitd670f308a64824443313e4893ae44e01af7eee8c (patch)
tree4162953909d36ceef0633b0ad253ce60c949f049 /configure.ac
parente64e9d7fed808f66fc22543a07f47c3e82f36bd4 (diff)
that MSG_NOSIGNAL check serves no useful purpose!
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac12
1 files changed, 0 insertions, 12 deletions
diff --git a/configure.ac b/configure.ac
index 3ecf91986..c831dffaf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -332,18 +332,6 @@ AC_HELP_STRING([--disable-nonblocking],[Disable non-blocking socket detection]),
])
dnl **********************************************************************
-dnl Check for MSG_NOSIGNAL
-dnl **********************************************************************
-AC_MSG_CHECKING(for MSG_NOSIGNAL)
-AC_TRY_COMPILE([#include <sys/socket.h>],
- [ int f = MSG_NOSIGNAL; ],
- [ AC_MSG_RESULT(yes)
- AC_DEFINE(HAVE_MSG_NOSIGNAL, 1,
- [Define this symbol if you have MSG_NOSIGNAL]) ],
- [ AC_MSG_RESULT(no)]
-)
-
-dnl **********************************************************************
dnl Check for the random seed preferences
dnl **********************************************************************