diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index f2aa1cb6..e453268f 100644 --- a/configure.ac +++ b/configure.ac @@ -504,6 +504,7 @@ AC_ARG_WITH(kerberos, [ if test "$with_kerberos" != "no" then + AC_MSG_WARN([Kerberos IV support is obsolete. Use --with-kerberos5 if possible.]) # Check for a NetBSD/OpenBSD special case if test "$with_kerberos" = "yes" && ( test `uname` = "NetBSD" || test `uname` = "OpenBSD" ) then |