gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] branch master updated: configure: fixed missing quoting


From: gnunet
Subject: [libmicrohttpd] branch master updated: configure: fixed missing quoting
Date: Sat, 04 Dec 2021 16:17:15 +0100

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new c267a114 configure: fixed missing quoting
c267a114 is described below

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

    configure: fixed missing quoting
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 9ca14b02..5d4696b4 100644
--- 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]],

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]