From 6c1cf0fc7d20c78779899d0ba0d3f31f065e2e46 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 14 Jun 2005 20:28:05 +0000 Subject: [PATCH] Add check for sys/resource.h --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 9927342..980e063 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Zebra, Index Data ApS, 1995-2005 -dnl $Id: configure.in,v 1.126 2005-06-14 20:03:01 adam Exp $ +dnl $Id: configure.in,v 1.127 2005-06-14 20:28:05 adam Exp $ dnl AC_INIT(include/idzebra/version.h) AM_INIT_AUTOMAKE(idzebra,1.4.0) @@ -15,7 +15,7 @@ AM_DISABLE_SHARED AM_PROG_LIBTOOL dnl dnl ------ headers -AC_CHECK_HEADERS(sys/times.h sys/time.h unistd.h) +AC_CHECK_HEADERS(sys/times.h sys/time.h unistd.h sys/resource.h) dnl ------ crypt AC_CHECK_LIB(crypt, crypt) if test "$ac_cv_lib_crypt_crypt" = "yes"; then -- 1.7.10.4