summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2021-06-15 13:31:44 +0800
committerfanquake <fanquake@gmail.com>2021-07-09 12:34:09 +0800
commit710ccb7e7c2a466f97bba166e00e17d5a418d9a2 (patch)
treec08c50814303087c74dac4d58553c1d8567a0bbe /configure.ac
parent3d48c7563c0585856cd8681435c1555fe13b0859 (diff)
downloadlibevent-710ccb7e7c2a466f97bba166e00e17d5a418d9a2.tar.gz
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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6166884f..5cb02147 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,7 +38,6 @@ AM_PROG_CC_C_O
AC_PROG_INSTALL
AC_PROG_LN_S
AC_PROG_SED
-AC_PROG_GCC_TRADITIONAL
AC_ARG_ENABLE(gcc-warnings,
AS_HELP_STRING(--disable-gcc-warnings, disable verbose warnings with GCC))