summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJérémie Courrèges-Anglas <jca@wxcvbn.org>2013-11-26 09:59:13 +0100
committerJérémie Courrèges-Anglas <jca@wxcvbn.org>2013-11-26 09:59:13 +0100
commite7b0516410b46994e419c99caf45e5ee831cc031 (patch)
treee91a320ad5cef539b89c4f18ae831e3ccbc7c8cc
parentc8a37d523e0cea3b0ca4ef790dade4eb4b95d1ad (diff)
downloadratpoison-e7b0516410b46994e419c99caf45e5ee831cc031.zip
Assume we have stdarg.h and unistd.h.
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 982b74f..024f2bc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -143,8 +143,6 @@ dnl AC_CHECK_LIB(efence,malloc,,)
dnl Checks for header files.
AC_HEADER_STDC
-AC_HEADER_SYS_WAIT
-AC_CHECK_HEADERS(unistd.h stdarg.h)
dnl Checks for typedefs, structures, and compiler characteristics.