aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-07-30 08:42:38 +0000
committerng0 <ng0@n0.is>2019-07-30 08:42:38 +0000
commit4ab7ea5dde2339b28ebf3de1fc6a663beebf4f62 (patch)
tree26196f735de5ee63ea01469a10852c46e6c4c6c6
parent5b83823ef36d4fe43094dd72969adf0fc68d7e64 (diff)
downloadlibmicrohttpd-4ab7ea5dde2339b28ebf3de1fc6a663beebf4f62.tar.gz
libmicrohttpd-4ab7ea5dde2339b28ebf3de1fc6a663beebf4f62.zip
attempt configure fix
-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)