aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-07-29 20:06:41 +0000
committerng0 <ng0@n0.is>2019-07-29 20:06:41 +0000
commit654d20bcd11c6f2c13b6b2e39a0d7c0cc8310d5b (patch)
tree2621c6606e9462f5c3db0c7cdb34a7741680340b /configure.ac
parent8ce24c2ae433fdf1ec125211d3622f3c27b56797 (diff)
downloadlibmicrohttpd-654d20bcd11c6f2c13b6b2e39a0d7c0cc8310d5b.tar.gz
libmicrohttpd-654d20bcd11c6f2c13b6b2e39a0d7c0cc8310d5b.zip
writev check
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 5b7a8114..49bcd624 100644
--- a/configure.ac
+++ b/configure.ac
@@ -645,6 +645,7 @@ AM_CONDITIONAL([HAVE_LISTEN_SHUTDOWN], [test "x$mhd_cv_host_shtdwn_trgr_select"
645# SENDMSG. Should we check for SCM_RIGHTS instead? 645# SENDMSG. Should we check for SCM_RIGHTS instead?
646# https://lists.x.org/archives/xorg-devel/2013-November/038687.html 646# https://lists.x.org/archives/xorg-devel/2013-November/038687.html
647AC_SEARCH_LIBS(sendmsg, socket, AC_DEFINE([HAVE_SENDMSG],1,[Define if your platform supports sendmsg])) 647AC_SEARCH_LIBS(sendmsg, socket, AC_DEFINE([HAVE_SENDMSG],1,[Define if your platform supports sendmsg]))
648AC_CHECK_FUNCS([writev])
648 649
649# set GCC options 650# set GCC options
650# use '-fno-strict-aliasing', but only if the compiler 651# use '-fno-strict-aliasing', but only if the compiler