summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2006-12-11 19:25:48 -0800
committerAlan Coopersmith <alan.coopersmith@sun.com>2006-12-11 19:25:48 -0800
commitcfb36499790b764d87af7d6f4713f4fe8d3d88f7 (patch)
tree85cd795ad8b1e54ab61f5284fcbd9d0cb4314d01 /configure.ac
parent42815405686498bb464fa20621bbcde00096a42d (diff)
Replace platform #ifdefs with AC_CHECK_HEADERS([net/errno.h])
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 9695294..67cc1f9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,6 +37,8 @@ AC_PROG_INSTALL
AC_TYPE_SIGNAL
+AC_CHECK_HEADERS([net/errno.h])
+
# Checks for pkg-config packages
PKG_CHECK_MODULES(XAUTH, x11 xau xext xmuu)
AC_SUBST(XAUTH_CFLAGS)