diff options
author | Daniel Stone <daniel@fooishbar.org> | 2010-07-12 10:37:49 +0100 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2010-07-12 10:37:49 +0100 |
commit | 446d226f85433aeb45834b65f966397ad6fbb17f (patch) | |
tree | 87397844616a9ef303a62960f41661834c590566 /configure.ac | |
parent | 61b3d4b024d8146cb0e7659aa958045ceb72c482 (diff) |
limits.h is mandated by C89, no need to check for it
Alan Coopersmith pointed out that C89 mandates limits.h, so for once in
X's life, checking for a system header is just being unnecessarily
paranoid.
Signed-off-by: Daniel Stone <daniel@fooishbar.org>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6ed68c6..3ad342c 100644 --- a/configure.ac +++ b/configure.ac @@ -41,7 +41,6 @@ AC_PROG_INSTALL AC_CHECK_FUNCS([strdup strcasecmp]) -AC_CHECK_HEADERS([limits.h]) # Checks for pkg-config packages PKG_CHECK_MODULES(XKBCOMP, x11 xkbfile) |