From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Andreas Bombe <aeb@debian.org>
Cc: linux-media@vger.kernel.org
Subject: Re: [media-ctl PATCH] configure.ac: Respect CPPFLAGS from environment
Date: Mon, 25 Mar 2013 23:04:46 +0100 [thread overview]
Message-ID: <1466207.TFbi0fXivb@avalon> (raw)
In-Reply-To: <20130218001002.GA7885@amos.fritz.box>
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 <aeb@debian.org>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
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
prev parent reply other threads:[~2013-03-25 22:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-18 0:10 [media-ctl PATCH] configure.ac: Respect CPPFLAGS from environment Andreas Bombe
2013-03-25 22:04 ` Laurent Pinchart [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1466207.TFbi0fXivb@avalon \
--to=laurent.pinchart@ideasonboard.com \
--cc=aeb@debian.org \
--cc=linux-media@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox