Remove AC_PROG_GCC_TRADITIONAL from configure.ac

Apparently this macro is (was?) used for CPP and some esoteric old non-ISO C headers,
which we don't use.

(Introduced with the very first Wireshark git commit.)

Change-Id: I22c32161aaa8df450d36d145b03cfcd62aa6268a
Reviewed-on: https://code.wireshark.org/review/24119
Reviewed-by: João Valverde <j@v6e.pt>
This commit is contained in:
João Valverde 2017-10-25 22:07:48 +01:00 committed by João Valverde
parent 398dc81127
commit c59601eeea
1 changed files with 0 additions and 4 deletions

View File

@ -2330,10 +2330,6 @@ AC_CHECK_MEMBERS([struct sockaddr.sa_len],,,
# We must know our byte order
AC_C_BIGENDIAN
# Checks whether "-traditional" is needed when using "ioctl".
# XXX - do we need this?
AC_PROG_GCC_TRADITIONAL
AC_REPLACE_FUNCS(getopt_long)
dnl
dnl Do we have optreset?