Re: [lxc-devel] [PATCH 01/21] configure.ac: Add code to detect bionic C library

2013-01-03 Thread Serge Hallyn
Quoting Stéphane Graber (stgra...@ubuntu.com): > This adds a new IS_BIONIC define that can be used to detect whether we are > building with eglibc or with bionic. > > Signed-off-by: Stéphane Graber Acked-by: Serge E. Hallyn > --- > configure.ac | 14 ++ > 1 file changed, 14 insert

[lxc-devel] [PATCH 01/21] configure.ac: Add code to detect bionic C library

2013-01-03 Thread Stéphane Graber
This adds a new IS_BIONIC define that can be used to detect whether we are building with eglibc or with bionic. Signed-off-by: Stéphane Graber --- configure.ac | 14 ++ 1 file changed, 14 insertions(+) diff --git a/configure.ac b/configure.ac index 2add6a3..1a3f271 100644 --- a/conf