summaryrefslogtreecommitdiffstats
path: root/m4/gpg-error.m4
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2025-09-23 11:45:48 +0200
committerWerner Koch <[email protected]>2025-09-23 11:50:50 +0200
commitb2ee5f67eb6c1c79b36969f326dbebc63afbd3f6 (patch)
tree531bb345d38bce5898680c9be8d1181efdd26d27 /m4/gpg-error.m4
parentgpgsm: Extend gpgsm_assuan_simple_command to consule diag output. (diff)
downloadgpgme-b2ee5f67eb6c1c79b36969f326dbebc63afbd3f6.tar.gz
gpgme-b2ee5f67eb6c1c79b36969f326dbebc63afbd3f6.zip
Update autogen.sh, gpg-error.m4, and libassuan.m4 from upstream.
-- See GnuPG-bug-id: 7807
Diffstat (limited to 'm4/gpg-error.m4')
-rw-r--r--m4/gpg-error.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/gpg-error.m4 b/m4/gpg-error.m4
index 2d24071a..73725c42 100644
--- a/m4/gpg-error.m4
+++ b/m4/gpg-error.m4
@@ -155,11 +155,11 @@ AC_DEFUN([AM_PATH_GPG_ERROR],
[ AC_REQUIRE([AC_CANONICAL_HOST])dnl
AC_REQUIRE([_AM_PATH_POSSIBLE_GPG_ERROR_CONFIG])dnl
AC_REQUIRE([_AM_PATH_GPGRT_CONFIG])dnl
- if test x"$GPGRT_CONFIG" != x -a "$GPGRT_CONFIG" != "no"; then
+ if test x"$GPGRT_CONFIG" != x && test "$GPGRT_CONFIG" != "no"; then
GPG_ERROR_CONFIG="$GPGRT_CONFIG gpg-error"
AC_MSG_NOTICE([Use gpgrt-config with $gpgrt_libdir as gpg-error-config])
gpg_error_config_version=`$GPG_ERROR_CONFIG --modversion`
- elif test x"$GPG_ERROR_CONFIG" != x -a "$GPG_ERROR_CONFIG" != "no"; then
+ elif test x"$GPG_ERROR_CONFIG" != x && test "$GPG_ERROR_CONFIG" != "no"; then
gpg_error_config_version=`$GPG_ERROR_CONFIG --version`
else
gpg_error_config_version="0.0"