diff options
author | Werner Koch <[email protected]> | 2025-09-23 09:51:47 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2025-09-23 09:51:47 +0000 |
commit | b09b7bc2281684aa017abeb0251f288d8300a209 (patch) | |
tree | ad9df561128b95ad884c994fbf81fe692824721b /src | |
parent | Update autogen.sh, gpg-error.m4, and libassuan.m4 from upstream. (diff) | |
download | gpgme-b09b7bc2281684aa017abeb0251f288d8300a209.tar.gz gpgme-b09b7bc2281684aa017abeb0251f288d8300a209.zip |
Adjust configure and gpgme.m4 for test(1) -a changes
--
See
GnuPG-bug-id: 7807
Diffstat (limited to '')
-rw-r--r-- | src/gpgme.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpgme.m4 b/src/gpgme.m4 index 4cfe8990..acbfc1c6 100644 --- a/src/gpgme.m4 +++ b/src/gpgme.m4 @@ -123,7 +123,7 @@ AC_REQUIRE([_AM_PATH_GPGRT_CONFIG])dnl fi use_gpgrt_config="" - if test x"$GPGRT_CONFIG" != x -a "$GPGRT_CONFIG" != "no"; then + if test x"$GPGRT_CONFIG" != x && test "$GPGRT_CONFIG" != "no"; then if $GPGRT_CONFIG gpgme --exists; then GPGME_CONFIG="$GPGRT_CONFIG gpgme" AC_MSG_NOTICE([Use gpgrt-config as gpgme-config]) |