Skip to content

Commit 11581d6

Browse files
committed
Autoconf: Remove AC_PROG_GCC_TRADITIONAL
The use of AC_PROG_GCC_TRADITIONAL emits a warning with Autoconf 2.72. Just remove it as AC_PROG_CC was already called, and as this macro has had no useful effect since GCC dropped support for traditional-mode compilation in version 3.3 (released in 2003), and the systems that needed it are also long obsolete.
1 parent 0201b70 commit 11581d6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

configure.ac

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,6 @@ AS_IF([`AS_ECHO(["=head1 test"]) | pod2text --guesswork=none > /dev/null 2>&1`],
370370
AC_SUBST(POD2TEXT_OPTION)
371371

372372
dnl Checks for programs.
373-
AC_PROG_GCC_TRADITIONAL
374373
AC_PROG_LEX([noyywrap])
375374
AC_PROG_LN_S
376375
AC_PROG_MAKE_SET

0 commit comments

Comments
 (0)