[git] NTBTLS - branch, master, updated. ntbtls-0.1.2-14-g3bd7643

by NIIBE Yutaka cvs at cvs.gnupg.org
Fri Oct 26 06:24:56 CEST 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 "Not Too Bad TLS".

The branch, master has been updated
       via  3bd7643ceb11630d4e483ff60016d794c73faea9 (commit)
      from  07568d097f3e9662a5e49297d27324cbcd2407a4 (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 3bd7643ceb11630d4e483ff60016d794c73faea9
Author: NIIBE Yutaka <gniibe at fsij.org>
Date:   Fri Oct 26 13:24:42 2018 +0900

    Update ksba.m4 again.
    
    Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>

diff --git a/m4/ksba.m4 b/m4/ksba.m4
index c61ca55..22f8cf9 100644
--- a/m4/ksba.m4
+++ b/m4/ksba.m4
@@ -43,9 +43,9 @@ AC_DEFUN([AM_PATH_KSBA],
   fi
 
   use_gpgrt_config=""
-  if test x"$KSBA_CONFIG" != x -a x"$GPGRT_CONFIG" != x -a "$GPGRT_CONFIG" != "no"; then
-    if CC=$CC $GPGRT_CONFIG libksba >/dev/null 2>&1; then
-      KSBA_CONFIG="$GPGRT_CONFIG libksba"
+  if test x"$KSBA_CONFIG" = x -a x"$GPGRT_CONFIG" != x -a "$GPGRT_CONFIG" != "no"; then
+    if CC=$CC $GPGRT_CONFIG ksba >/dev/null 2>&1; then
+      KSBA_CONFIG="$GPGRT_CONFIG ksba"
       use_gpgrt_config=yes
     fi
   fi

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

Summary of changes:
 m4/ksba.m4 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Not Too Bad TLS
http://git.gnupg.org




More information about the Gnupg-commits mailing list