aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2020-12-22 01:23:31 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2020-12-22 01:23:31 +0300
commit4aeab8d849b5b30720724da6f337c27c917e99bc (patch)
treeca745edf575869a8e13d1198d108f21be75c9f92 /configure.ac
parent7c735289338a3cd9bfd7afa4131153a9d113b7ea (diff)
downloadlibmicrohttpd-4aeab8d849b5b30720724da6f337c27c917e99bc.tar.gz
libmicrohttpd-4aeab8d849b5b30720724da6f337c27c917e99bc.zip
configure: minor fixes
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 2011dc30..bd067afb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -857,9 +857,7 @@ AM_CONDITIONAL([HAVE_LISTEN_SHUTDOWN], [test "x$mhd_cv_host_shtdwn_trgr_select"
857 857
858# SENDMSG. Should we check for SCM_RIGHTS instead? 858# SENDMSG. Should we check for SCM_RIGHTS instead?
859# https://lists.x.org/archives/xorg-devel/2013-November/038687.html 859# https://lists.x.org/archives/xorg-devel/2013-November/038687.html
860AC_MSG_CHECKING([whether sendmsg is available]) 860AC_SEARCH_LIBS([sendmsg], [socket], [AC_DEFINE([HAVE_SENDMSG],[1],[Define if your platform supports sendmsg])])
861AC_SEARCH_LIBS(sendmsg, socket, AC_DEFINE([HAVE_SENDMSG],1,[Define if your platform supports sendmsg]))
862AC_MSG_CHECKING([whether writev is available])
863AC_CHECK_FUNCS([writev]) 861AC_CHECK_FUNCS([writev])
864 862
865# set GCC options 863# set GCC options