aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac8
1 files changed, 2 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 4d6e263c..ac323baa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -650,15 +650,11 @@ AC_MSG_CHECKING([whether writev is available])
650AC_CHECK_FUNCS([writev]) 650AC_CHECK_FUNCS([writev])
651 651
652# check MSG_MORE defined 652# check MSG_MORE defined
653AC_MSG_CHECKING([whether MSG_MORE 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>
657 657return MSG_MORE;
658int main(int argc, char **argv)
659{
660 return MSG_MORE;
661}
662 ])], 658 ])],
663 [ 659 [
664 AC_MSG_RESULT(yes) 660 AC_MSG_RESULT(yes)