From 113a52d97f3f038b7a63bbf30e333b20407a4a4a Mon Sep 17 00:00:00 2001 From: didg Date: Wed, 3 Dec 2008 07:13:48 +0000 Subject: [PATCH] proper configure log output if --with-libgcrypt-dir=no --- macros/libgcrypt.m4 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/macros/libgcrypt.m4 b/macros/libgcrypt.m4 index 907f251b..32400574 100644 --- a/macros/libgcrypt.m4 +++ b/macros/libgcrypt.m4 @@ -65,12 +65,13 @@ if test x$libgcrypt_config_prefix != xno ; then fi fi fi -fi if test $ok = yes; then AC_MSG_RESULT([yes ($libgcrypt_config_version)]) else AC_MSG_RESULT(no) fi +fi + if test $ok = yes; then # If we have a recent libgcrypt, we should also check that the # API is compatible -- 2.39.2