commit 77f37c1fad64434189cef43c0cf22001d6b62cab
parent 93f6cb04c6edb2c72525e92e3ebdab3c6f1b1eb7
Author: Evgeny Grin (Karlson2k) <k2k@drgrin.dev>
Date: Sun, 8 Feb 2026 18:42:51 +0100
configure: removed extra spaces in help text
Diffstat:
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/configure.ac b/configure.ac
@@ -3529,8 +3529,8 @@ AM_CONDITIONAL([VHEAVY_TESTS],[test "x$use_vheavy_tests" = "xyes"])
AM_CONDITIONAL([TESTS_STRESS_OS],[false])
AC_ARG_ENABLE([[select]],
- [AS_HELP_STRING([[--enable-select[=ARG]]], [enable 'select()' support (yes, no, auto) [auto]])
- ],[],[enable_select='auto']
+ [AS_HELP_STRING([[--enable-select[=ARG]]], [enable 'select()' support (yes, no, auto) [auto]])],
+ [],[enable_select='auto']
)
AC_CACHE_CHECK([for select() function],[mhd_cv_func_select],
[
@@ -3610,8 +3610,8 @@ AS_VAR_IF([mhd_cv_func_select],["yes"],
AM_CONDITIONAL([MHD_SUPPORT_SELECT],[test "x${enable_select}" = "xyes"])
AC_ARG_ENABLE([[poll]],
- [AS_HELP_STRING([[--enable-poll[=ARG]]], [enable 'poll()' support (yes, no, auto) [auto]])
- ],[],[enable_poll='auto']
+ [AS_HELP_STRING([[--enable-poll[=ARG]]], [enable 'poll()' support (yes, no, auto) [auto]])],
+ [],[enable_poll='auto']
)
AS_IF([test "$os_is_native_w32" != "yes"],
[
@@ -3675,8 +3675,8 @@ AS_VAR_IF([have_poll],["yes"],
AM_CONDITIONAL([MHD_SUPPORT_POLL],[test "x${enable_poll}" = "xyes"])
AC_ARG_ENABLE([[epoll]],
- [AS_HELP_STRING([[--enable-epoll[=ARG]]], [enable epoll support (yes, no, auto) [auto]])
- ],[],[enable_epoll='auto']
+ [AS_HELP_STRING([[--enable-epoll[=ARG]]], [enable epoll support (yes, no, auto) [auto]])],
+ [],[enable_epoll='auto']
)
AS_IF([test "$enable_epoll" != "no"],
[