aboutsummaryrefslogtreecommitdiffstats
path: root/m4/libassuan.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/libassuan.m4')
-rw-r--r--m4/libassuan.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/libassuan.m4 b/m4/libassuan.m4
index 4d7da17e..b70da0bd 100644
--- a/m4/libassuan.m4
+++ b/m4/libassuan.m4
@@ -114,7 +114,7 @@ AC_DEFUN([_AM_PATH_LIBASSUAN_COMMON],
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 libassuan --exists; then
LIBASSUAN_CONFIG="$GPGRT_CONFIG libassuan"
AC_MSG_NOTICE([Use gpgrt-config as libassuan-config])
@@ -191,7 +191,7 @@ AC_DEFUN([_AM_PATH_LIBASSUAN_COMMON],
AC_MSG_CHECKING([LIBASSUAN API version])
if test "$req_libassuan_api" -eq "$tmp" ; then
AC_MSG_RESULT(okay)
- elif test "$req_libassuan_api" -eq 2 -a "$tmp" -eq 3; then
+ elif test "$req_libassuan_api" -eq 2 && test "$tmp" -eq 3; then
AC_MSG_RESULT(okay)
else
ok=no