summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2001-08-31 05:09:55 +0000
committerKen Raeburn <raeburn@mit.edu>2001-08-31 05:09:55 +0000
commite2267a81483b518d5230bb11de61e12b76d5de42 (patch)
tree36d98b3adbaf622f735f1ff135c9f344e148cc92 /src
parentb36e716a6270bc9e39e7d7bc162276fb90dea0c9 (diff)
downloadkrb5-e2267a81483b518d5230bb11de61e12b76d5de42.tar.gz
krb5-e2267a81483b518d5230bb11de61e12b76d5de42.tar.xz
krb5-e2267a81483b518d5230bb11de61e12b76d5de42.zip
fix typo
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13712 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aclocal.m4 b/src/aclocal.m4
index da042808cd..e047084427 100644
--- a/src/aclocal.m4
+++ b/src/aclocal.m4
@@ -246,7 +246,7 @@ AC_MSG_CHECKING(for IPv6 compile-time support)
AC_CACHE_VAL(krb5_cv_inet6,[
dnl NetBSD and Linux both seem to have gotten get*info but not getipnodeby*
dnl as of the time I'm writing this, so we'll use get*info only.
-if test "$ac_cv_func_inet_ntop != "yes ; then
+if test "$ac_cv_func_inet_ntop" != "yes" ; then
krb5_cv_inet6=no
else
AC_TRY_COMPILE([