diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-03-08 11:08:13 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-03-11 08:51:25 +0100 |
commit | 27ea8fc2faa4e4753a9cff0a7f48d1dba68013d6 (patch) | |
tree | 91c33a0a5cbc43e777028b62da6b853b70ca3c20 /configure.ac | |
parent | 77b62fe6e1406cea4167cf91c5567d67f79f0102 (diff) | |
download | curl-27ea8fc2faa4e4753a9cff0a7f48d1dba68013d6.tar.gz |
configure: convert -I to -isystem as a last step
As all the -I uses in CFLAGS at that point are for system headers and
third party libraries this helps us remove/ignore warnings on those!
Closes #5060
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 4f4aeb91b..973394bce 100755 --- a/configure.ac +++ b/configure.ac @@ -4259,6 +4259,8 @@ if test "$want_thres" = "yes" && test "x$USE_THREADS_POSIX" != "x1"; then fi fi +CURL_CONVERT_INCLUDE_TO_ISYSTEM + dnl ************************************************************ dnl disable verbose text strings dnl |