diff options
author | Jeremy Henty <onepoint@starurchin.org> | 2011-01-05 08:22:38 +0000 |
---|---|---|
committer | Jeremy Henty <onepoint@starurchin.org> | 2011-01-05 08:22:38 +0000 |
commit | 64e469eb02cce337b1c3f7d617cb797ae0d3ebb0 (patch) | |
tree | a2a409728c60185930d57ce2a8d4800ff4859fcc /configure.in | |
parent | eed41e42b46ce3846e5ff03f7fa3efa0bc213a3f (diff) |
configure.in: remove obsolescent AC_HEADER_STDC.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in index aed71614..1d319392 100644 --- a/configure.in +++ b/configure.in @@ -449,7 +449,6 @@ dnl ----------------------- dnl Checks for header files dnl ----------------------- dnl -AC_HEADER_STDC AC_CHECK_HEADERS(fcntl.h unistd.h sys/uio.h) dnl -------------------------- |