From: Tom Yu Date: Tue, 14 Jun 1994 21:14:59 +0000 (+0000) Subject: print a warning if there is no --with-krb4= X-Git-Tag: krb5-1.0-beta4~74 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a890737460e4c00d11225a18e57d39dbbb36b09c;p=krb5.git print a warning if there is no --with-krb4= git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3780 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/aclocal.m4 b/src/aclocal.m4 index 366112a5e..a333dba9c 100644 --- a/src/aclocal.m4 +++ b/src/aclocal.m4 @@ -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)