diff options
Diffstat (limited to 'src/gpg-error.m4')
-rw-r--r-- | src/gpg-error.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpg-error.m4 b/src/gpg-error.m4 index e85f511..9d96d16 100644 --- a/src/gpg-error.m4 +++ b/src/gpg-error.m4 @@ -51,7 +51,7 @@ AC_DEFUN([AM_PATH_GPG_ERROR], if test $ok = yes; then GPG_ERROR_CFLAGS=`$GPG_ERROR_CONFIG $gpg_error_config_args --cflags` GPG_ERROR_LIBS=`$GPG_ERROR_CONFIG $gpg_error_config_args --libs` - AC_MSG_RESULT(yes) + AC_MSG_RESULT([yes ($gpg_error_config_version)]) ifelse([$2], , :, [$2]) else GPG_ERROR_CFLAGS="" |