summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-09-28 23:48:38 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-09-28 23:48:38 -0700
commit8f5292aad3a0dcbc219d76d63ea915f49d403bbc (patch)
tree4fa5082510d992a5d5dd923ac07a5fa42e5bb8d3 /configure.ac
parenta5de13686c9ad9c8fc7e4cf2508fd2ba1de50965 (diff)
Replace platform #ifdefs with autoconf tests
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index f4739a9..8560d22 100644
--- a/configure.ac
+++ b/configure.ac
@@ -64,6 +64,9 @@ XSCOPE_CFLAGS="$XSCOPE_CFLAGS -DUSE_XTRANS"
AC_SUBST(XSCOPE_CFLAGS)
AC_SUBST(XSCOPE_LIBS)
+AC_CHECK_FUNCS([getdtablesize])
+AC_CHECK_HEADERS([sys/filio.h])
+
dnl Allow checking code with lint, sparse, etc.
XORG_WITH_LINT