diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-03-20 16:03:06 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-03-20 16:03:17 +0200 |
commit | 4ea575298464faf3e02d519b4fc6ea6e1d59beb1 (patch) | |
tree | e785e6e527ed04a22700967613e8997272683491 /configure.ac | |
parent | 334212593313199bc4549efdca849964c313b037 (diff) |
Use -isystem for NPAPI CFLAGS when available and necessary
Change-Id: I1b5c2182762d8a5272ae495f0ada01e81bf38cf5
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index ae1dfe1f0712..75d64a3ccd86 100644 --- a/configure.ac +++ b/configure.ac @@ -8124,6 +8124,7 @@ if test "$with_system_npapi_headers" = "yes"; then ]) CFLAGS=$save_CFLAGS AC_LANG_POP([C]) + NPAPI_HEADERS_CFLAGS="`echo $NPAPI_HEADERS_CFLAGS | sed -e \"s/-I/${ISYSTEM}/g\"`" else AC_MSG_RESULT([internal]) dnl ...but will not be built/used unless ENABLE_NPAPI_FROM_BROWSER or |