From: didg Date: Wed, 3 Dec 2008 07:13:48 +0000 (+0000) Subject: proper configure log output if --with-libgcrypt-dir=no X-Git-Tag: before_acls~38 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=113a52d97f3f038b7a63bbf30e333b20407a4a4a;p=netatalk.git proper configure log output if --with-libgcrypt-dir=no --- 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