aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-07-30 08:53:34 +0000
committerng0 <ng0@n0.is>2019-07-30 08:53:34 +0000
commit46829218013f6dcb9de3f3ec432f8978e541ea38 (patch)
treeed207b1fabc4fcdd3210bcc509b1bd15a94653c6
parent4ab7ea5dde2339b28ebf3de1fc6a663beebf4f62 (diff)
downloadlibmicrohttpd-46829218013f6dcb9de3f3ec432f8978e541ea38.tar.gz
libmicrohttpd-46829218013f6dcb9de3f3ec432f8978e541ea38.zip
configure
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index ac323baa..8e4f4a9b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -651,11 +651,11 @@ AC_CHECK_FUNCS([writev])
651 651
652# check MSG_MORE defined 652# check MSG_MORE defined
653AC_MSG_CHECKING([whether MSG_MORE is defined]) 653AC_MSG_CHECKING([whether MSG_MORE is defined])
654AC_COMPILE_IFELSE([AC_LANG_PROGRAM([ 654AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
655#include <sys/types.h> 655#include <sys/types.h>
656#include <sys/socket.h> 656#include <sys/socket.h>
657return MSG_MORE; 657]],[[return MSG_MORE;]]
658 ])], 658 )],
659 [ 659 [
660 AC_MSG_RESULT(yes) 660 AC_MSG_RESULT(yes)
661 AC_DEFINE(HAVE_MSG_MORE, [1], [have MSG_MORE]) 661 AC_DEFINE(HAVE_MSG_MORE, [1], [have MSG_MORE])