View | Details | Raw Unified | Return to bug 2114
Collapse All | Expand All

(-)configure.ac (-1 / +5 lines)
Lines 343-349 Link Here
343
	sys/sysmacros.h \
343
	sys/sysmacros.h \
344
	sys/time.h \
344
	sys/time.h \
345
	sys/timers.h \
345
	sys/timers.h \
346
	sys/un.h \
347
	time.h \
346
	time.h \
348
	tmpdir.h \
347
	tmpdir.h \
349
	ttyent.h \
348
	ttyent.h \
Lines 381-386 Link Here
381
#include <sys/param.h>
380
#include <sys/param.h>
382
])
381
])
383
382
383
# Android requires sys/socket.h to be included before sys/un.h
384
AC_CHECK_HEADERS([sys/un.h], [], [], [
385
#include <sys/socket.h>
386
])
387
384
# Messages for features tested for in target-specific section
388
# Messages for features tested for in target-specific section
385
SIA_MSG="no"
389
SIA_MSG="no"
386
SPC_MSG="no"
390
SPC_MSG="no"

Return to bug 2114