X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=util-vserver%2Fconfigure.ac;h=8f801379f36029b488344145b03567cdcbda48cf;hb=f568facfa81f6847df3bc91bb5d16af3d2a0871b;hp=9f675d99a996566608ae4230e4304ae8cb61aeac;hpb=7df936ad1186801847f5cadd70b65a50be4f8270;p=util-vserver.git diff --git a/util-vserver/configure.ac b/util-vserver/configure.ac index 9f675d9..8f80137 100644 --- a/util-vserver/configure.ac +++ b/util-vserver/configure.ac @@ -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