for swab existance removed.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13453
dc483132-0cff-0310-8789-
dd5450dbe970
+2001-06-21 Ezra Peisach <epeisach@mit.edu>
+
+ * configure.in: Use optional argument to KRB5_NEED_PROTO so test
+ for swab existance removed.
+
2001-06-21 Ezra Peisach <epeisach@mit.edu>
* kdc_preauth.c: Include prototypes for mit_des_fixup_key_parity
CONFIG_RULES
AC_PROG_INSTALL
AC_CHECK_HEADERS(syslog.h stdarg.h sys/select.h sys/sockio.h unistd.h)
-AC_CHECK_FUNCS(openlog syslog closelog strftime vsprintf swab)
+AC_CHECK_FUNCS(openlog syslog closelog strftime vsprintf)
KRB5_NEED_PROTO([#include <string.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
-],swab)
+],swab,1)
AC_PROG_AWK
KRB5_AC_INET6
KRB5_SOCKADDR_SA_LEN