fixed typo
[util-vserver.git] / util-vserver / configure.ac
index 9f675d9..8f80137 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.204, enrico.scholz@informatik.tu-chemnitz.de)
+AC_INIT(util-vserver, 0.30.205, enrico.scholz@informatik.tu-chemnitz.de)
 AC_CONFIG_SRCDIR([src/capchroot.c])
 AC_CONFIG_HEADER([config.h])
 
@@ -136,6 +136,9 @@ else
        ENSC_DIETLIBC_NEED_COMPAT(USE_DIETLIBC_COMPAT)
 fi
 
+AM_CONDITIONAL(ENSC_USE_DIETLIBC, test x"$ensc_have_dietlibc" = xyes)
+AM_CONDITIONAL(ENSC_USE_GLIBC,    true)
+
 # HACK: see comments at 'enable_static' above
 AC_PROG_LIBTOOL
 dnl