projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a810abd
)
Fix stupid typo; missing semi-colon in if statement
author
Theodore Tso
<tytso@mit.edu>
Tue, 25 Apr 1995 02:11:30 +0000
(
02:11
+0000)
committer
Theodore Tso
<tytso@mit.edu>
Tue, 25 Apr 1995 02:11:30 +0000
(
02:11
+0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5473
dc483132
-0cff-0310-8789-
dd5450dbe970
src/configure.in
patch
|
blob
|
history
diff --git
a/src/configure.in
b/src/configure.in
index 20214e91ef46e242faf30c54d0e4807dac40cfa4..c7b0910e9291d8326141db9b7af87ad7734336ba 100644
(file)
--- a/
src/configure.in
+++ b/
src/configure.in
@@
-7,7
+7,7
@@
WITH_KRB4
WITH_NETLIB
AC_ARG_ENABLE([athena],
[ --enable-athena build with MIT Project Athena configuration],,)
-if test -z "$KRB4" then
+if test -z "$KRB4"
;
then
kadminv4=""
else
kadminv4=kadmin.v4