libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 4ab7ea5dde2339b28ebf3de1fc6a663beebf4f62
parent 5b83823ef36d4fe43094dd72969adf0fc68d7e64
Author: ng0 <ng0@n0.is>
Date:   Tue, 30 Jul 2019 08:42:38 +0000

attempt configure fix

Diffstat:
Mconfigure.ac | 8++------
1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/configure.ac b/configure.ac @@ -650,15 +650,11 @@ AC_MSG_CHECKING([whether writev is available]) AC_CHECK_FUNCS([writev]) # check MSG_MORE defined -AC_MSG_CHECKING([whether MSG_MORE defined]) +AC_MSG_CHECKING([whether MSG_MORE is defined]) AC_COMPILE_IFELSE([AC_LANG_PROGRAM([ #include <sys/types.h> #include <sys/socket.h> - -int main(int argc, char **argv) -{ - return MSG_MORE; -} +return MSG_MORE; ])], [ AC_MSG_RESULT(yes)