Re: [lxc-devel] [PATCH 12/21] personality.h: Make the personality code optional

2013-01-03 Thread Serge Hallyn
Quoting Stéphane Graber (stgra...@ubuntu.com): > Some platforms don't have personality.h in their C library, this change > adds buildtime detection for the header and turns off the personality setting > code in those cases. > > Signed-off-by: Stéphane Graber Acked-by: Serge E. Hallyn > --- >

[lxc-devel] [PATCH 12/21] personality.h: Make the personality code optional

2013-01-03 Thread Stéphane Graber
Some platforms don't have personality.h in their C library, this change adds buildtime detection for the header and turns off the personality setting code in those cases. Signed-off-by: Stéphane Graber --- configure.ac | 4 ++-- src/lxc/conf.c | 7 ++- src/lxc/confile.c|