Re: [libvirt] [PATCH] Don't install sysctl file on non-Linux hosts

2012-04-04 Thread Jason Helfman
On Wed, Apr 04, 2012 at 02:44:40PM +0200, Jiri Denemark thus spake: On Wed, Apr 04, 2012 at 11:17:35 +0100, Daniel P. Berrange wrote: From: "Daniel P. Berrange" * configure.ac: Set WITH_SYSCTL only on Linux hosts * daemon/Makefile.am: Conditionalize install-sysctl using WITH_SYSCTL Signed-off

Re: [libvirt] [PATCH] Don't install sysctl file on non-Linux hosts

2012-04-04 Thread Jiri Denemark
On Wed, Apr 04, 2012 at 11:17:35 +0100, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > * configure.ac: Set WITH_SYSCTL only on Linux hosts > * daemon/Makefile.am: Conditionalize install-sysctl using WITH_SYSCTL > > Signed-off-by: Daniel P. Berrange > Cc: Jason Helfman > --- > conf

[libvirt] [PATCH] Don't install sysctl file on non-Linux hosts

2012-04-04 Thread Daniel P. Berrange
From: "Daniel P. Berrange" * configure.ac: Set WITH_SYSCTL only on Linux hosts * daemon/Makefile.am: Conditionalize install-sysctl using WITH_SYSCTL Signed-off-by: Daniel P. Berrange Cc: Jason Helfman --- configure.ac | 25 + daemon/Makefile.am |5 + 2