Re: [lttng-dev] [PATCH] Fix: debug-info feature enable/disable

2016-05-06 Thread Jérémie Galarneau
On Fri, May 6, 2016 at 12:04 PM, Philippe Proulx wrote: > On Fri, May 6, 2016 at 11:47 AM, Mathieu Desnoyers > wrote: >> Explicitly enabling the debug-info feature should not disable the >> feature. >> >> Signed-off-by: Mathieu Desnoyers >> --- >> configure.ac | 19 ++- > > I gue

Re: [lttng-dev] [PATCH] Fix: debug-info feature enable/disable

2016-05-06 Thread Mathieu Desnoyers
will update, thanks! Mathieu - On May 6, 2016, at 12:04 PM, Philippe Proulx eeppelitel...@gmail.com wrote: > On Fri, May 6, 2016 at 11:47 AM, Mathieu Desnoyers > wrote: >> Explicitly enabling the debug-info feature should not disable the >> feature. >> >> Signed-off-by: Mathieu Desnoyers

Re: [lttng-dev] [PATCH] Fix: debug-info feature enable/disable

2016-05-06 Thread Philippe Proulx
On Fri, May 6, 2016 at 11:47 AM, Mathieu Desnoyers wrote: > Explicitly enabling the debug-info feature should not disable the > feature. > > Signed-off-by: Mathieu Desnoyers > --- > configure.ac | 19 ++- I guess this is for Babeltrace, but it's hard to tell without the usual [PA

[lttng-dev] [PATCH] Fix: debug-info feature enable/disable

2016-05-06 Thread Mathieu Desnoyers
Explicitly enabling the debug-info feature should not disable the feature. Signed-off-by: Mathieu Desnoyers --- configure.ac | 19 ++- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index db0adb6..bc34272 100644 --- a/configure.ac +++ b