[git] GPGME - branch, master, updated. gpgme-1.10.0-11-g5ec890b

by Andre Heinecke cvs at cvs.gnupg.org
Tue Feb 13 07:50:26 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  5ec890b9c76db0f23cc396108ff6f1fe658855a8 (commit)
      from  77ca9cc2db2c6da303b9224a931679a325ebda1e (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 5ec890b9c76db0f23cc396108ff6f1fe658855a8
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Tue Feb 13 07:49:10 2018 +0100

    configure: Fix mingw check for getenv.
    
    * configure.ac: have_thread_safe_getenv=yes with have_w32_system.
    
    --
    We want to define this for both 32 and 64 bit targets if
    we use mingw. have_w32_system is defined for both targets.
    
    Signed-off-by: Andre Heinecke <aheinecke at intevation.de>

diff --git a/configure.ac b/configure.ac
index b7919c0..c6c6dc8 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 -o have_w64_system = yes; then
+if test $GLIBC21 = yes -o $have_w32_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