Remove unnecessary code in configure.in.

This commit is contained in:
Ross Lagerwall 2012-05-12 08:38:19 +02:00
parent 2711cda300
commit e65914fdfe

View File

@ -43,7 +43,6 @@ dnl the 'host' machine is where the resulting stuff runs.
#esac
dnl Checks for programs.
AC_PROG_CC
AM_PROG_CC_C_O
AC_PROG_INSTALL
AC_PROG_LN_S
@ -192,12 +191,10 @@ AC_SYS_LARGEFILE
LIBEVENT_OPENSSL
dnl Checks for header files.
AC_HEADER_STDC
AC_CHECK_HEADERS([ \
arpa/inet.h \
fcntl.h \
ifaddrs.h \
inttypes.h \
mach/mach_time.h \
netdb.h \
netinet/in.h \
@ -207,7 +204,6 @@ AC_CHECK_HEADERS([ \
port.h \
stdarg.h \
stddef.h \
stdint.h \
sys/devpoll.h \
sys/epoll.h \
sys/event.h \
@ -223,7 +219,6 @@ AC_CHECK_HEADERS([ \
sys/time.h \
sys/uio.h \
sys/wait.h \
unistd.h \
])
AC_CHECK_HEADERS(sys/sysctl.h, [], [], [
#ifdef HAVE_SYS_PARAM_H
@ -443,8 +438,6 @@ AC_CHECK_FUNC(gethostbyname_r, [
fi
AC_CHECK_SIZEOF(long)
AC_MSG_CHECKING(for F_SETFD in fcntl.h)
AC_EGREP_CPP(yes,
[