From: Ken Raeburn Date: Fri, 31 Aug 2001 05:09:55 +0000 (+0000) Subject: fix typo X-Git-Tag: krb5-1.3-alpha1~1106 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e2267a81483b518d5230bb11de61e12b76d5de42;p=krb5.git fix typo git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13712 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/aclocal.m4 b/src/aclocal.m4 index da042808c..e04708442 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([