]> git.eshelyaron.com Git - emacs.git/commit
Prefer -I to -isystem
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 16 Jul 2024 02:25:44 +0000 (19:25 -0700)
committerEshel Yaron <me@eshelyaron.com>
Wed, 17 Jul 2024 21:54:09 +0000 (23:54 +0200)
commit1d339386a237736973ce08866a8e09160b9ff327
treeb643bb8ac645d65dea2f1b3cacc3cb80e5c926c1
parentb9d87eff6e8cb6c24ea69d65c3380eb8fe8b86b6
Prefer -I to -isystem

* configure.ac: Simplify configuration by using -I instead of
-isystem, as -isystem is no longer helpful for suppressing
diagnostics (and likely has not been helpful for years).
Do not suppress -Wsystem-headers, as Gnulib no longer enables it.

(cherry picked from commit a86c25c91f39a25a93d18c9267e024822c1bc43e)
configure.ac