Commit edf4535
committed
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
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | 36 | | |
38 | 37 | | |
39 | 38 | | |
| |||
0 commit comments