summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-05-27 22:16:39 +0200
committerSimon Josefsson <simon@josefsson.org>2008-05-27 22:16:39 +0200
commitcafab81c6f92096cd4e0ec2b091177ff1c561413 (patch)
tree66e0a68263ec78352520c9c80f273103a52d8e57 /m4
parent52686216e12d5509ddb2b051c7269cc6a7d61150 (diff)
downloadgnutls-cafab81c6f92096cd4e0ec2b091177ff1c561413.tar.gz
Update to latest version.
Diffstat (limited to 'm4')
-rw-r--r--m4/libgcrypt.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/libgcrypt.m4 b/m4/libgcrypt.m4
index 20bd105561..854eaaa8cc 100644
--- a/m4/libgcrypt.m4
+++ b/m4/libgcrypt.m4
@@ -74,7 +74,7 @@ AC_DEFUN([AM_PATH_LIBGCRYPT],
fi
fi
if test $ok = yes; then
- AC_MSG_RESULT(yes)
+ AC_MSG_RESULT([yes ($libgcrypt_config_version)])
else
AC_MSG_RESULT(no)
fi
@@ -86,10 +86,10 @@ AC_DEFUN([AM_PATH_LIBGCRYPT],
if test "$tmp" -gt 0 ; then
AC_MSG_CHECKING([LIBGCRYPT API version])
if test "$req_libgcrypt_api" -eq "$tmp" ; then
- AC_MSG_RESULT(okay)
+ AC_MSG_RESULT([okay])
else
ok=no
- AC_MSG_RESULT([does not match (want=$req_libgcrypt_api got=$tmp)])
+ AC_MSG_RESULT([does not match. want=$req_libgcrypt_api got=$tmp])
fi
fi
fi