Re: [PATCH libinput] configure.ac: add arg --with-libunwind

2015-08-06 Thread Peter Hutterer
On Wed, Aug 05, 2015 at 11:28:43AM +0800, jackie.hu...@windriver.com wrote: > From: Jackie Huang > > Add arg --with-libunwind for configure so it's optional to check > libunwind, which is helpfull to make deterministic builds. > > Signed-off-by: Jackie Huang merged, thanks. Cheers, Peter

[PATCH libinput] configure.ac: add arg --with-libunwind

2015-08-06 Thread jackie.huang
From: Jackie Huang Add arg --with-libunwind for configure so it's optional to check libunwind, which is helpfull to make deterministic builds. Signed-off-by: Jackie Huang --- configure.ac | 19 ++- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/configure.ac b/co