Re: [media-ctl PATCH] configure.ac: Respect CPPFLAGS from environment

2013-03-25 Thread Laurent Pinchart
Hi Andreas,

Thanks for the patch, and sorry for the late reply.

On Monday 18 February 2013 01:10:02 Andreas Bombe wrote:
> Signed-off-by: Andreas Bombe 

Acked-by: Laurent Pinchart 

and pushed to the repository.

> ---
>  configure.ac |2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/configure.ac b/configure.ac
> index 98459d4..a749794 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -48,7 +48,7 @@ AC_ARG_WITH(kernel-headers,
>   esac],
>  [KERNEL_HEADERS_DIR="/usr/src/kernel-headers"])
> 
> -CPPFLAGS="-I$KERNEL_HEADERS_DIR/include"
> +CPPFLAGS="$CPPFLAGS -I$KERNEL_HEADERS_DIR/include"
> 
>  # Checks for header files.
>  AC_CHECK_HEADERS([linux/media.h \
-- 
Regards,

Laurent Pinchart

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[media-ctl PATCH] configure.ac: Respect CPPFLAGS from environment

2013-02-17 Thread Andreas Bombe
Signed-off-by: Andreas Bombe 
---
 configure.ac |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 98459d4..a749794 100644
--- a/configure.ac
+++ b/configure.ac
@@ -48,7 +48,7 @@ AC_ARG_WITH(kernel-headers,
  esac],
 [KERNEL_HEADERS_DIR="/usr/src/kernel-headers"])
 
-CPPFLAGS="-I$KERNEL_HEADERS_DIR/include"
+CPPFLAGS="$CPPFLAGS -I$KERNEL_HEADERS_DIR/include"
 
 # Checks for header files.
 AC_CHECK_HEADERS([linux/media.h \
-- 
1.7.10.4


-- 
Andreas Bombe
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html