Fix stupid typo; missing semi-colon in if statement
authorTheodore Tso <tytso@mit.edu>
Tue, 25 Apr 1995 02:11:30 +0000 (02:11 +0000)
committerTheodore 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

index 20214e91ef46e242faf30c54d0e4807dac40cfa4..c7b0910e9291d8326141db9b7af87ad7734336ba 100644 (file)
@@ -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