From 39c92a3f70bb15003540ed5ab277db893a1c707e Mon Sep 17 00:00:00 2001 From: rofl0r Date: Wed, 21 Dec 2016 20:45:03 +0000 Subject: configure: do not check for standard C headers addresses #65 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index fe19787..3161620 100644 --- a/configure.ac +++ b/configure.ac @@ -164,8 +164,8 @@ AC_HEADER_SYS_WAIT AC_CHECK_HEADERS([sys/ioctl.h sys/mman.h sys/resource.h \ sys/select.h sys/socket.h sys/time.h sys/uio.h \ sys/un.h arpa/inet.h netinet/in.h \ - assert.h ctype.h errno.h fcntl.h grp.h io.h libintl.h \ - netdb.h pwd.h regex.h signal.h stdarg.h stddef.h stdio.h \ + assert.h errno.h fcntl.h grp.h io.h libintl.h \ + netdb.h pwd.h regex.h signal.h stdarg.h \ sysexits.h syslog.h time.h wchar.h wctype.h \ values.h]) -- cgit v1.2.3