* configure.in: Use AC_MSG_NOTICE for krb4 messages instead of AC_MSG_RESULT,
authorKen Raeburn <raeburn@mit.edu>
Fri, 24 Sep 2004 01:56:21 +0000 (01:56 +0000)
committerKen Raeburn <raeburn@mit.edu>
Fri, 24 Sep 2004 01:56:21 +0000 (01:56 +0000)
because there's no corresponding AC_MSG_CHECKING.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16787 dc483132-0cff-0310-8789-dd5450dbe970

src/include/ChangeLog
src/include/configure.in

index f21974d184c7f3e7eb1118431889202ac5cb21d6..d184d93b3dec558389342a61e00d2445dbe32d56 100644 (file)
@@ -1,3 +1,8 @@
+2004-09-23  Ken Raeburn  <raeburn@mit.edu>
+
+       * configure.in: Use AC_MSG_NOTICE for krb4 messages instead of
+       AC_MSG_RESULT, because there's no corresponding AC_MSG_CHECKING.
+
 2004-09-21  Tom Yu  <tlyu@mit.edu>
 
        * configure.in: Remove KRB5_AC_NEED_BIND_8_COMPAT.
index 5c4181092922a20f87c49fdd80fe39ade77b820d..f18ddfa9e4f131108b9b250966f97a5c3a9063a4 100644 (file)
@@ -260,10 +260,10 @@ AC_ARG_ENABLE([athena],
 AC_DEFINE(KRB5_ATHENA_COMPAT,1,[Define if MIT Project Athena default configuration should be used]),)
 
 if test "$KRB4_LIB" = ''; then
-       AC_MSG_RESULT(No Kerberos 4 compatibility)
+       AC_MSG_NOTICE(No Kerberos 4 compatibility)
        maybe_kerberosIV=
 else
-       AC_MSG_RESULT(Kerberos 4 compatibility enabled)
+       AC_MSG_NOTICE(Kerberos 4 compatibility enabled)
        maybe_kerberosIV=kerberosIV
        AC_DEFINE(KRB5_KRB4_COMPAT,1,[Define if Kerberos V4 backwards compatibility should be supported])
 fi