summaryrefslogtreecommitdiffhomepage
path: root/configure.ac
diff options
context:
space:
mode:
authorrofl0r <retnyg@gmx.net>2016-12-21 20:45:03 +0000
committerrofl0r <retnyg@gmx.net>2016-12-21 20:45:06 +0000
commit39c92a3f70bb15003540ed5ab277db893a1c707e (patch)
tree6018f21c3c181547aa5bb4f4e18a474387d5094b /configure.ac
parent90df51093209b33629d939d1e1f4fcc9a40a8124 (diff)
configure: do not check for standard C headers
addresses #65
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
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])