]> granicus.if.org Git - libevent/commit
build: remove call to AC_PROG_GCC_TRADITIONAL
authorfanquake <fanquake@gmail.com>
Tue, 15 Jun 2021 05:31:44 +0000 (13:31 +0800)
committerfanquake <fanquake@gmail.com>
Fri, 9 Jul 2021 04:34:09 +0000 (12:34 +0800)
commit710ccb7e7c2a466f97bba166e00e17d5a418d9a2
treec08c50814303087c74dac4d58553c1d8567a0bbe
parent3d48c7563c0585856cd8681435c1555fe13b0859
build: remove call to AC_PROG_GCC_TRADITIONAL

libevent requires Autoconf 2.67+, and from atleast this version
onwards, if not earlier, this macro is obsolescent.

> This macro is obsolescent, since current versions of the GNU
> C compiler fix the header files automatically when installed.

See:
https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.67/autoconf.html#AC_005fPROG_005fGCC_005fTRADITIONAL.
configure.ac