c531d3
diff -up swig-3.0.8/configure.ac.orig swig-3.0.8/configure.ac
c531d3
--- swig-3.0.8/configure.ac.orig	2016-02-02 16:01:09.094852303 +0100
c531d3
+++ swig-3.0.8/configure.ac	2016-02-02 16:01:42.096702679 +0100
c531d3
@@ -131,7 +131,8 @@ AC_SUBST(BOOST_CPPFLAGS)
c531d3
 dnl How to specify include directories that may be system directories.
c531d3
 # -I should not be used on system directories (GCC)
c531d3
 if test "$GCC" = yes; then
c531d3
-    ISYSTEM="-isystem "
c531d3
+#    ISYSTEM="-isystem "
c531d3
+    ISYSTEM="-I"
c531d3
 else
c531d3
     ISYSTEM="-I"
c531d3
 fi