diff options
author | Werner Koch <[email protected]> | 2007-05-09 11:01:33 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2007-05-09 11:01:33 +0000 |
commit | edb3dc99e9833136a7454561d8e0845aa9e55609 (patch) | |
tree | 112160d61c00df7b476409a698f746b07076e20c /m4/ksba.m4 | |
parent | Add a howto section. (diff) | |
download | gnupg-edb3dc99e9833136a7454561d8e0845aa9e55609.tar.gz gnupg-edb3dc99e9833136a7454561d8e0845aa9e55609.zip |
Preparing 2.0.4gnupg-2.0.4
Diffstat (limited to 'm4/ksba.m4')
-rw-r--r-- | m4/ksba.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/ksba.m4 b/m4/ksba.m4 index e44b078c2..110038755 100644 --- a/m4/ksba.m4 +++ b/m4/ksba.m4 @@ -75,7 +75,7 @@ AC_DEFUN([AM_PATH_KSBA], fi fi if test $ok = yes; then - AC_MSG_RESULT(yes) + AC_MSG_RESULT([yes ($ksba_config_version)]) else AC_MSG_RESULT(no) fi |