Skip to content

Commit edf4535

Browse files
configure.ac: remove AC_PROG_GCC_TRADITIONAL
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.
1 parent cffab09 commit edf4535

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

configure.ac

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ PKG_PROG_PKG_CONFIG
3333

3434
AC_PROG_CC
3535
AC_PROG_CPP
36-
AC_PROG_GCC_TRADITIONAL
3736
AC_PROG_INSTALL
3837
AC_PROG_LN_S
3938
AC_PROG_MAKE_SET

0 commit comments

Comments
 (0)