gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 01/06: configure: improved reporting on Solaris


From: gnunet
Subject: [libmicrohttpd] 01/06: configure: improved reporting on Solaris
Date: Sun, 24 Oct 2021 13:45:04 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 0f6703b9fb93cd8d0133e7c483b3c14e736e8c81
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Sat Oct 23 17:30:02 2021 +0300

    configure: improved reporting on Solaris
---
 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index d06463d2..793ee1d9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -785,7 +785,7 @@ AC_INCLUDES_DEFAULT
     ])
 
   AS_IF([[test "x$HAVE_THREAD_NAME_FUNC" != "xyes" && test 
"x$ac_cv_have_decl_pthread_attr_setname_np" = "xyes"]],
-    [AC_MSG_CHECKING([[for pthread_attr_setname_np(3) in IBM i form]])
+    [AC_MSG_CHECKING([[for pthread_attr_setname_np(3) in IBM i or Solaris 
form]])
      AC_LINK_IFELSE(
       [AC_LANG_PROGRAM([[
 #include <pthread.h>
@@ -798,7 +798,7 @@ AC_INCLUDES_DEFAULT
       pthread_attr_setname_np(&thr_attr, "name");
       pthread_attr_destroy(&thr_attr);
         ]])],
-        [AC_DEFINE([[HAVE_PTHREAD_ATTR_SETNAME_NP_IBMI]], [[1]], [Define if 
you have IBM i form of pthread_attr_setname_np(3) function.])
+        [AC_DEFINE([[HAVE_PTHREAD_ATTR_SETNAME_NP_IBMI]], [[1]], [Define if 
you have IBM i form (or Solaris form) of pthread_attr_setname_np(3) function.])
          HAVE_THREAD_NAME_FUNC="yes"
          AC_MSG_RESULT([[yes]])],
         [AC_MSG_RESULT([[no]])]

-- 
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]