[Libreoffice-commits] core.git: configure.ac

Tor Lillqvist tml at iki.fi
Wed Mar 20 07:05:13 PDT 2013


 configure.ac |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 4ea575298464faf3e02d519b4fc6ea6e1d59beb1
Author: Tor Lillqvist <tml at iki.fi>
Date:   Wed Mar 20 16:03:06 2013 +0200

    Use -isystem for NPAPI CFLAGS when available and necessary
    
    Change-Id: I1b5c2182762d8a5272ae495f0ada01e81bf38cf5

diff --git a/configure.ac b/configure.ac
index ae1dfe1..75d64a3 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


More information about the Libreoffice-commits mailing list