print a warning if there is no --with-krb4=
authorTom Yu <tlyu@mit.edu>
Tue, 14 Jun 1994 21:14:59 +0000 (21:14 +0000)
committerTom Yu <tlyu@mit.edu>
Tue, 14 Jun 1994 21:14:59 +0000 (21:14 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3780 dc483132-0cff-0310-8789-dd5450dbe970

src/aclocal.m4

index 366112a5eee19029dd45e93d8905dce70c5c07ff..a333dba9c235e0f7dd13c922c3fb39559913512f 100644 (file)
@@ -255,8 +255,8 @@ define(WITH_KRB4,[
 AC_WITH([krb4],
 echo "krb4 is $withval"
 KRB4=$withval,
-echo "krb4 defaults to /usr/kerberos"
-KRB4=/usr/kerberos)dnl
+echo "no krb4 support; use --with-krb4=krb4dir"
+KRB4=)dnl
 AC_SUBST(KRB4)])dnl
 dnl
 dnl Imake LinkFile rule, so they occur in the right place -- LinkFile(dst,src)