summaryrefslogtreecommitdiffstats
path: root/src/external/pac_responder.m4
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2013-08-31 05:36:49 +0200
committerJakub Hrozek <jhrozek@redhat.com>2013-09-09 16:23:52 +0200
commit711f8acc0f520487060c308870f70dbbfa84f272 (patch)
treec13891d6555049151a08211f27e5447db0409e07 /src/external/pac_responder.m4
parentf705b1d1299b41e2f00722257db09d7b67167902 (diff)
downloadsssd-711f8acc0f520487060c308870f70dbbfa84f272.tar.gz
sssd-711f8acc0f520487060c308870f70dbbfa84f272.tar.xz
sssd-711f8acc0f520487060c308870f70dbbfa84f272.zip
AUTOTOOLS: Add missing AC_MSG_RESULT
AC_MSG_RESULT was not used everywhere after AC_MSG_CHECKING. Therefore two lines from configure output was mixed in some cases.
Diffstat (limited to 'src/external/pac_responder.m4')
-rw-r--r--src/external/pac_responder.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/src/external/pac_responder.m4 b/src/external/pac_responder.m4
index 733241a13..49d5cbb6d 100644
--- a/src/external/pac_responder.m4
+++ b/src/external/pac_responder.m4
@@ -22,9 +22,10 @@ then
Kerberos\ 5\ release\ 1.10* | \
Kerberos\ 5\ release\ 1.11*)
krb5_version_ok=yes
- AC_MSG_RESULT(yes)
+ AC_MSG_RESULT([yes])
;;
*)
+ AC_MSG_RESULT([no])
AC_MSG_WARN([Cannot build authdata plugin with this version of
MIT Kerberos, please use 1.9.x or later])
esac