require at least version 0.24 of dietlibc
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Fri, 19 Mar 2004 16:51:38 +0000 (16:51 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Fri, 19 Mar 2004 16:51:38 +0000 (16:51 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1311 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/configure.ac

index fafaaa6..f70a58c 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.29.204, enrico.scholz@informatik.tu-chemnitz.de)
+AC_INIT(util-vserver, 0.29.205, enrico.scholz@informatik.tu-chemnitz.de)
 AC_CONFIG_SRCDIR([src/capchroot.c])
 AC_CONFIG_HEADER([config.h])
 
@@ -88,7 +88,7 @@ AC_ARG_VAR(CC, [The C compiler])
 
 ENSC_INITRDDIR(initrddir)
 ENSC_RELEASE(RELEASE_CPPFLAGS)
-ENSC_ENABLE_DIETLIBC(USE_DIETLIBC)
+ENSC_ENABLE_DIETLIBC(USE_DIETLIBC, [0.24])
 
 if test x"$ensc_have_dietlibc" = xno; then
        AC_MSG_WARN([***                                                         ***])