Re: [lng-odp] [PATCH 1/2] configure: support out-of-tree CUnit

2016-04-07 Thread Anders Roxell
On 7 April 2016 at 15:17, Maxim Uvarov wrote: > From: Brian Brooks > > If --with-cunit-path=DIR is used, skip the AC_CHECK_LIB and modify the linker > flags accordingly. > > Signed-off-by: Brian Brooks > Signed-off-by: Maxim Uvarov > --- > test/m4/validation.m4 | 8 ++-- > 1 file changed,

[lng-odp] [PATCH 1/2] configure: support out-of-tree CUnit

2016-04-07 Thread Maxim Uvarov
From: Brian Brooks If --with-cunit-path=DIR is used, skip the AC_CHECK_LIB and modify the linker flags accordingly. Signed-off-by: Brian Brooks Signed-off-by: Maxim Uvarov --- test/m4/validation.m4 | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/test/m4/validation.

Re: [lng-odp] [PATCH 1/2] configure: support out-of-tree CUnit

2016-04-07 Thread Mike Holmes
CI is still failing and I think this is the needed fix, any progress ? On 5 April 2016 at 13:12, Brian Brooks wrote: > On 04/04 16:08:26, Anders Roxell wrote: > > On 26 March 2016 at 02:06, Brian Brooks wrote: > > > On 04/01 22:15:34, Anders Roxell wrote: > > >> On 25 March 2016 at 20:25, Brian

Re: [lng-odp] [PATCH 1/2] configure: support out-of-tree CUnit

2016-04-05 Thread Brian Brooks
On 04/04 16:08:26, Anders Roxell wrote: > On 26 March 2016 at 02:06, Brian Brooks wrote: > > On 04/01 22:15:34, Anders Roxell wrote: > >> On 25 March 2016 at 20:25, Brian Brooks wrote: > >> > If --with-cunit-path=DIR is used, skip the AC_CHECK_LIB and modify the > >> > linker > >> > flags accord

Re: [lng-odp] [PATCH 1/2] configure: support out-of-tree CUnit

2016-04-04 Thread Ricardo Salveti
On Mon, Apr 4, 2016 at 11:08 AM, Anders Roxell wrote: > On 26 March 2016 at 02:06, Brian Brooks wrote: >> On 04/01 22:15:34, Anders Roxell wrote: >>> On 25 March 2016 at 20:25, Brian Brooks wrote: >>> > If --with-cunit-path=DIR is used, skip the AC_CHECK_LIB and modify the >>> > linker >>> > fl

Re: [lng-odp] [PATCH 1/2] configure: support out-of-tree CUnit

2016-04-04 Thread Mike Holmes
On 4 April 2016 at 10:08, Anders Roxell wrote: > On 26 March 2016 at 02:06, Brian Brooks wrote: > > On 04/01 22:15:34, Anders Roxell wrote: > >> On 25 March 2016 at 20:25, Brian Brooks > wrote: > >> > If --with-cunit-path=DIR is used, skip the AC_CHECK_LIB and modify > the linker > >> > flags a

Re: [lng-odp] [PATCH 1/2] configure: support out-of-tree CUnit

2016-04-04 Thread Anders Roxell
On 26 March 2016 at 02:06, Brian Brooks wrote: > On 04/01 22:15:34, Anders Roxell wrote: >> On 25 March 2016 at 20:25, Brian Brooks wrote: >> > If --with-cunit-path=DIR is used, skip the AC_CHECK_LIB and modify the >> > linker >> > flags accordingly. >> >> Why should we skip the AC_CHECK_LIB and

Re: [lng-odp] [PATCH 1/2] configure: support out-of-tree CUnit

2016-04-01 Thread Brian Brooks
On 04/01 22:15:34, Anders Roxell wrote: > On 25 March 2016 at 20:25, Brian Brooks wrote: > > If --with-cunit-path=DIR is used, skip the AC_CHECK_LIB and modify the > > linker > > flags accordingly. > > Why should we skip the AC_CHECK_LIB and AC_CHECK_HEADERS step > don't feel right. > > > > > S

Re: [lng-odp] [PATCH 1/2] configure: support out-of-tree CUnit

2016-04-01 Thread Anders Roxell
On 25 March 2016 at 20:25, Brian Brooks wrote: > If --with-cunit-path=DIR is used, skip the AC_CHECK_LIB and modify the linker > flags accordingly. Why should we skip the AC_CHECK_LIB and AC_CHECK_HEADERS step don't feel right. > > Signed-off-by: Brian Brooks > --- > test/m4/validation.m4 | 8

[lng-odp] [PATCH 1/2] configure: support out-of-tree CUnit

2016-04-01 Thread Brian Brooks
If --with-cunit-path=DIR is used, skip the AC_CHECK_LIB and modify the linker flags accordingly. Signed-off-by: Brian Brooks --- test/m4/validation.m4 | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/test/m4/validation.m4 b/test/m4/validation.m4 index b137118..f6c93f7