Check for struct sockaddr_storage only in top-level configure script, not
authorKen Raeburn <raeburn@mit.edu>
Fri, 22 Aug 2008 01:20:23 +0000 (01:20 +0000)
committerKen Raeburn <raeburn@mit.edu>
Fri, 22 Aug 2008 01:20:23 +0000 (01:20 +0000)
commit27a2ecc1adc97497b97092a820177c0666238baf
treec8fd5d794139e8f24ad29c15cd6c3cb94aa023b7
parentdac88c2b08c7c4cab30b842008dc6fd0f2b4f1ff
Check for struct sockaddr_storage only in top-level configure script, not
in code common to all.  Use an existing AC_CHECK_TYPES invocation, not a
special-purpose test.  Eliminate now-unused
KRB5_AC_CHECK_TYPE_WITH_HEADERS and KRB5_AC_CHECK_SOCKADDR_STORAGE macros.
Merge KRB5_AC_CHECK_INET6 into the one place where it gets used.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20681 dc483132-0cff-0310-8789-dd5450dbe970
src/aclocal.m4
src/configure.in