[git] KSBA - branch, master, updated. libksba-1.3.5-29-g825a4a9
by NIIBE Yutaka
cvs at cvs.gnupg.org
Fri Oct 26 06:20:37 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 "KSBA is a library to access X.509 certificates and CMS data.".
The branch, master has been updated
via 825a4a9e93655b136dd2eee685e0e67aca912a01 (commit)
from d3fdae7a299a0514b90dbb7f45a0d08ee5d93078 (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 825a4a9e93655b136dd2eee685e0e67aca912a01
Author: NIIBE Yutaka <gniibe at fsij.org>
Date: Fri Oct 26 13:19:51 2018 +0900
ksba.m4: Fix calling by gpgrt-config.
* src/ksba.m4: Fix condition and use "ksba" for *.pc.
Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>
diff --git a/src/ksba.m4 b/src/ksba.m4
index c61ca55..22f8cf9 100644
--- a/src/ksba.m4
+++ b/src/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:
src/ksba.m4 | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
KSBA is a library to access X.509 certificates and CMS data.
http://git.gnupg.org
More information about the Gnupg-commits
mailing list