[git] GPGME - branch, master, updated. gpgme-1.10.0-10-g77ca9cc

by NIIBE Yutaka cvs at cvs.gnupg.org
Tue Feb 13 00:52:37 CET 2018


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG Made Easy".

The branch, master has been updated
       via  77ca9cc2db2c6da303b9224a931679a325ebda1e (commit)
      from  7e27a0ff64626026521dc5877b278794cea72e61 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 77ca9cc2db2c6da303b9224a931679a325ebda1e
Author: NIIBE Yutaka <gniibe at fsij.org>
Date:   Tue Feb 13 08:51:26 2018 +0900

    configure: MinGW has thread-safe getenv.
    
    * configure.ac: have_thread_safe_getenv=yes with have_w64_system.
    
    Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>

diff --git a/configure.ac b/configure.ac
index 608c376..b7919c0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -656,7 +656,7 @@ fi
 # Try to find a thread-safe version of getenv().
 have_thread_safe_getenv=no
 jm_GLIBC21
-if test $GLIBC21 = yes; then
+if test $GLIBC21 = yes -o have_w64_system = yes; then
   have_thread_safe_getenv=yes
 fi
 if test $have_thread_safe_getenv = yes; then

-----------------------------------------------------------------------

Summary of changes:
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
GnuPG Made Easy
http://git.gnupg.org




More information about the Gnupg-commits mailing list