OSDN Git Service

configure: remove AC_PROG_GCC_TRADITIONAL
authorEric Branlund <ebranlund@fastmail.com>
Thu, 2 May 2024 19:30:39 +0000 (13:30 -0600)
committerEric Branlund <ebranlund@fastmail.com>
Thu, 2 May 2024 19:37:17 +0000 (13:37 -0600)
commit578fa7591b30a375f0630eb54a49fdf9c62b1d75
treef81ff53e8c2aeac79e5e63c787acbee172579230
parent9750ee424c763a861d4d1ae2e39e1678fed7a30a
configure: remove AC_PROG_GCC_TRADITIONAL

That macro was marked as obsolete by autoconf 2.72 (released December 2023).  autoconf's release notes say that gcc dropped traditional-mode compilation in version 3.3 (released in 2003).  Versions of gcc that do support traditional-mode compilation would not handle the C++ features required by hengband.
configure.ac