Don't check for `sa_family_t'.

* configure.ac: Don't check for the `sa_family_t' type.  It is already
done by gnulib.
This commit is contained in:
Giuseppe Scrivano
2010-02-13 17:23:33 +01:00
parent e6013a6e9a
commit 0bf96a3585
2 changed files with 5 additions and 7 deletions

View File

@@ -1,3 +1,8 @@
2010-02-13 Giuseppe Scrivano <gscrivano@gnu.org>
* configure.ac: Don't check for the `sa_family_t' type. It is already
done by gnulib.
2010-02-08 Sergey Poznyakoff <gray@gnu.org.ua>
Ifconfig: add more format functions; implement --format=help.

View File

@@ -515,13 +515,6 @@ AC_CHECK_TYPE(sig_atomic_t, , AC_DEFINE([sig_atomic_t], int, [FIXME]),
[IU_FLUSHLEFT([#include <sys/types.h>
#include <signal.h> ])])
AC_CHECK_TYPE(sa_family_t, , AC_DEFINE([sa_family_t], unsigned int, [FIXME]),
[IU_FLUSHLEFT([#include <sys/types.h>
#ifdef HAVE_SOCKET_H
#include <socket.h>
#endif
#include <sys/socket.h> ])])
dnl Check for termio-related types and defines
AC_CHECK_TYPES(cc_t, , ,
[IU_FLUSHLEFT([#if defined(HAVE_TERMIOS_H)