]> git.eshelyaron.com Git - emacs.git/commit
Go back to preferring -isystem to -I
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 17 Jul 2024 15:13:31 +0000 (08:13 -0700)
committerEshel Yaron <me@eshelyaron.com>
Wed, 17 Jul 2024 21:54:48 +0000 (23:54 +0200)
commit85e18d382a1a5e8f47f371de53ec90bac5e048fb
tree06729882e6dfc72ba5b0bc875fa97e4870f46966
parent5c83849f9b42f9c605c3f007f088d414898fd734
Go back to preferring -isystem to -I

* configure.ac: Go back to preferring -isystem to -I,
as headers like <gobject/gparam.h> still need it.  This
reverts almost all of 2024-07-16T02:25:44!eggert@cs.ucla.edu,
except that the ‘nw="$nw -Wsystem-headers"’ line continues to
be removed as it is no longer needed due to recent Gnulib changes.
Problem reported by Eli Zaretskii in:
https://lists.gnu.org/r/emacs-devel/2024-07/msg00756.html

(cherry picked from commit 3a790abd869ddadc343710deb0c4368227ba6611)
configure.ac