libmicrohttpd

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

commit c267a1141a281ea659bf678310ede140825ff3de
parent 055979f85410cb5383c234b5ea99050012ff7253
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Sat,  4 Dec 2021 18:14:43 +0300

configure: fixed missing quoting

Diffstat:
Mconfigure.ac | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac @@ -1110,7 +1110,7 @@ WSAPoll(fda, 2, 0);]])], ],[have_poll='no']) AC_MSG_RESULT([$have_poll])]) AS_IF([test "$enable_poll" = "yes" && test "$have_poll" != "yes"], - AC_MSG_ERROR([[Support for poll was explicitly requested but cannot be enabled on this platform.]])) + [AC_MSG_ERROR([[Support for poll was explicitly requested but cannot be enabled on this platform.]])]) enable_poll="$have_poll"]) AC_ARG_ENABLE([[epoll]],