Skip to content

Commit

Permalink
configure.ac: remove AC_PROG_GCC_TRADITIONAL
Browse files Browse the repository at this point in the history
The macro AC_PROG_GCC_TRADITIONAL is obsolete; it was needed for old GNU
C compilers when dealing with buggy ioctl implementations that required
a workaround for their header files.

It has not been needed for more than thirty years now, and was declared
obsolescent as of autoconf 2.60 (ca. 2006). AC_PROG_GCC_TRADITIONAL no
longer does anything and can be removed.
  • Loading branch information
davidpolverari committed Jan 2, 2025
1 parent cffab09 commit edf4535
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ PKG_PROG_PKG_CONFIG

AC_PROG_CC
AC_PROG_CPP
AC_PROG_GCC_TRADITIONAL
AC_PROG_INSTALL
AC_PROG_LN_S
AC_PROG_MAKE_SET
Expand Down

0 comments on commit edf4535

Please sign in to comment.