We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 556ee6f commit 5a157ebCopy full SHA for 5a157eb
configure.ac
@@ -1175,7 +1175,7 @@ dnl Do not change "-I/usr/include" to "-isystem /usr/include" because that
1175
dnl is not necessary (/usr/include is already a system directory) and because
1176
dnl it would break GCC's #include_next.
1177
AC_DEFUN([SUPPRESS_WARNINGS],
1178
- [[$(echo $1 |${SED} -E -e 's/(^| )-I/\1-isystem /g' -e 's;-isystem /usr/include([/ ]|$);-I/usr/include\1;g')]])
+ [[$(echo $1 |${SED} -E -e 's/(^| )-I/\1-isystem /g' -e 's;-isystem /usr/include/*( |$);-I/usr/include\1;g')]])
1179
1180
dnl enable-fuzz should disable all other targets
1181
if test "x$enable_fuzz" = "xyes"; then
0 commit comments