aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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])