aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpgme.m4
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpgme.m4')
-rw-r--r--src/gpgme.m42
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])