[git] Assuan - branch, master, updated. libassuan-2.5.1-16-g0a3192a
by NIIBE Yutaka
cvs at cvs.gnupg.org
Thu Oct 25 13:44:13 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 "IPC library used by GnuPG".
The branch, master has been updated
via 0a3192ae33f6b57312cb5bfec0e8fd491c923728 (commit)
from b7922ea7ae2c3d385a7b3b3a5f33987705cfdd2b (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 0a3192ae33f6b57312cb5bfec0e8fd491c923728
Author: NIIBE Yutaka <gniibe at fsij.org>
Date: Thu Oct 25 20:43:57 2018 +0900
build: Fix previous commit.
Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>
diff --git a/src/libassuan.m4 b/src/libassuan.m4
index 85f79f3..798e458 100644
--- a/src/libassuan.m4
+++ b/src/libassuan.m4
@@ -26,7 +26,7 @@ AC_DEFUN([_AM_PATH_LIBASSUAN_COMMON],
fi
fi
- if test x"$GPGRT_CONFIG" != x -o "$GPGRT_CONFIG" != "no"; then
+ if test x"$GPGRT_CONFIG" != x -a "$GPGRT_CONFIG" != "no"; then
if CC=$CC $GPGRT_CONFIG libassuan >/dev/null 2>&1; then
LIBASSUAN_CONFIG="$GPGRT_CONFIG libassuan"
else
-----------------------------------------------------------------------
Summary of changes:
src/libassuan.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
IPC library used by GnuPG
http://git.gnupg.org
More information about the Gnupg-commits
mailing list