added check for <sys/capability.h> header
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Thu, 27 Jan 2005 20:37:40 +0000 (20:37 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Thu, 27 Jan 2005 20:37:40 +0000 (20:37 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1821 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/configure.ac

index a33d760..be726e5 100644 (file)
@@ -24,7 +24,7 @@ dnl distribution terms that you use for the rest of that program.
 dnl  
 
 AC_PREREQ(2.57)
-AC_INIT(util-vserver, 0.30.199, enrico.scholz@informatik.tu-chemnitz.de)
+AC_INIT(util-vserver, 0.30.200, enrico.scholz@informatik.tu-chemnitz.de)
 AC_CONFIG_SRCDIR([src/capchroot.c])
 AC_CONFIG_HEADER([config.h])
 
@@ -182,6 +182,8 @@ AC_CHECK_DECLS(MS_MOVE,,,[#include <linux/fs.h>])
 AC_CHECK_TYPES(xid_t,,,[#include <sys/types.h>])
 AC_CHECK_TYPES(nid_t,,,[#include <sys/types.h>])
 
+AC_CHECK_HEADERS([sys/capability.h])
+
 dnl BIG HACK! Do some autodetection here!
 AC_DEFINE(UTMP_GID, [22], [The utmp gid-number])