projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88883f3
)
print a warning if there is no --with-krb4=
author
Tom Yu
<tlyu@mit.edu>
Tue, 14 Jun 1994 21:14:59 +0000
(21:14 +0000)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/src/aclocal.m4
b/src/aclocal.m4
index 366112a5eee19029dd45e93d8905dce70c5c07ff..a333dba9c235e0f7dd13c922c3fb39559913512f 100644
(file)
--- 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)