aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2017-10-25 22:07:48 +0100
committerJoão Valverde <j@v6e.pt>2017-10-27 21:07:45 +0000
commitc59601eeeab2b6e8778a0f9f0afd03d9cbfbf3c4 (patch)
treeaf2d850bcf2a7ff1e73cbb91ebfc2696abeb7152
parent398dc811273b54d14e6965bb1af9cfe1360650f0 (diff)
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>
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index e96d6f2aa5..41bb5f68e0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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?