On 30 October 2014 16:47, Anders Roxell <[email protected]> wrote:

> Signed-off-by: Anders Roxell <[email protected]>
>

Reviewed-and-Tested-by:Mike Holmes <[email protected]>

---
>  configure.ac | 11 +++++++++++
>  1 file changed, 11 insertions(+)
>
> diff --git a/configure.ac b/configure.ac
> index 42a3fed..1c061e9 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -99,6 +99,17 @@ AC_ARG_ENABLE([debug-print],
>  ODP_CFLAGS="$ODP_CFLAGS -DODP_DEBUG_PRINT=$ODP_DEBUG_PRINT"
>
>  ##########################################################################
> +# Enable/disable ODP_DEBUG
> +##########################################################################
> +ODP_DEBUG=1
> +AC_ARG_ENABLE([debug],
> +    [  --enable-debug         Enable/disable debug],
> +    [if ! test "x$enableval" = "xyes"; then
> +        ODP_DEBUG=0
> +    fi])
> +ODP_CFLAGS="$ODP_CFLAGS -DODP_DEBUG=$ODP_DEBUG"
> +
> +##########################################################################
>  # Check for pthreads availability
>  ##########################################################################
>
> --
> 2.1.0
>
>
> _______________________________________________
> lng-odp mailing list
> [email protected]
> http://lists.linaro.org/mailman/listinfo/lng-odp
>



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

Reply via email to