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