aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2017-10-24 23:09:19 +0100
committerJoão Valverde <j@v6e.pt>2017-10-29 00:20:47 +0000
commit0527747e23f85bb9d3cf4ca69364e615bd22e1e9 (patch)
tree1e81f268d0da7266ab8e68122a8af2f21ba9be0a /configure.ac
parent18237cfd1513e10bc02599c263fbd855551da628 (diff)
Retire use of getprotobynumber()
Dead weight. If this feature is wanted getprotobynumber() should be called once on startup. Change-Id: I0358bacdc60466f676fa1aab7f4b7c9e588d8d74 Reviewed-on: https://code.wireshark.org/review/24045 Petri-Dish: João Valverde <j@v6e.pt> Tested-by: Petri Dish Buildbot Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e13496cf92..6147d0898b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2347,7 +2347,6 @@ AC_REPLACE_FUNCS(strptime)
AC_REPLACE_FUNCS(popcount)
AC_CHECK_FUNCS(mkstemps mkdtemp)
-AC_CHECK_FUNCS(getprotobynumber)
AC_CHECK_FUNCS(issetugid)
AC_CHECK_FUNCS(sysconf)
AC_CHECK_FUNCS(getifaddrs)