On 30 October 2014 16:47, Anders Roxell <anders.rox...@linaro.org> wrote:

> Signed-off-by: Anders Roxell <anders.rox...@linaro.org>
>

Reviewed-and-Tested-by:Mike Holmes <mike.hol...@linaro.org>


> ---
>  configure.ac | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/configure.ac b/configure.ac
> index fd69e85..42a3fed 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -90,13 +90,13 @@ AM_CONDITIONAL([ODP_CUNIT_ENABLED], [test
> x$cunit_support = xyes ])
>  ##########################################################################
>  # Enable/disable ODP_DEBUG_PRINT
>  ##########################################################################
> -ODP_DEBUG=1
> -AC_ARG_ENABLE([debug],
> -    [  --enable-debug         Enable/disable debug],
> +ODP_DEBUG_PRINT=1
> +AC_ARG_ENABLE([debug-print],
> +    [  --enable-debug-print         Enable/disable debug print],
>      [if ! test "x$enableval" = "xyes"; then
> -        ODP_DEBUG=0
> +        ODP_DEBUG_PRINT=0
>      fi])
> -ODP_CFLAGS="$ODP_CFLAGS -DODP_DEBUG_PRINT=$ODP_DEBUG"
> +ODP_CFLAGS="$ODP_CFLAGS -DODP_DEBUG_PRINT=$ODP_DEBUG_PRINT"
>
>  ##########################################################################
>  # Check for pthreads availability
> --
> 2.1.0
>
>
> _______________________________________________
> lng-odp mailing list
> lng-odp@lists.linaro.org
> http://lists.linaro.org/mailman/listinfo/lng-odp
>



-- 
*Mike Holmes*
Linaro  Sr Technical Manager
LNG - ODP
_______________________________________________
lng-odp mailing list
lng-odp@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to