public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [media-ctl PATCH] configure.ac: Respect CPPFLAGS from environment
@ 2013-02-18  0:10 Andreas Bombe
  2013-03-25 22:04 ` Laurent Pinchart
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Bombe @ 2013-02-18  0:10 UTC (permalink / raw)
  To: linux-media; +Cc: Laurent Pinchart

Signed-off-by: Andreas Bombe <aeb@debian.org>
---
 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-03-25 22:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-18  0:10 [media-ctl PATCH] configure.ac: Respect CPPFLAGS from environment Andreas Bombe
2013-03-25 22:04 ` Laurent Pinchart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox