From 0b6b152694762bd5783569acbae48e9397d2b85f Mon Sep 17 00:00:00 2001 From: Joerg Mayer Date: Sun, 19 Mar 2017 13:47:11 +0100 Subject: Remove echld/. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It has been unsupported for some years and when talking about removing it in the past I received some positive and no negative feedback. There is one instance of echld left: capchild/capture_sync.c: * echld might have already reaped the child. Can that case be removed or should be comment be updated to something more accurate? (left for a separate patch) Change-Id: Idac397158dd86fd0728eb95379449ee4a463fc28 Reviewed-on: https://code.wireshark.org/review/20619 Petri-Dish: Jörg Mayer Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman --- configure.ac | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index a984955523..d06eda760f 100644 --- a/configure.ac +++ b/configure.ac @@ -1876,26 +1876,6 @@ else fi AC_SUBST(sharkd_bin) -# Enable/disable echld -AC_ARG_ENABLE(echld, - AC_HELP_STRING( [--enable-echld], - [support echld (Experimental) @<:@default=no@:>@]), - have_echld=$enableval,have_echld=no) - -AM_CONDITIONAL(HAVE_ECHLD, test "x$have_echld" = "xyes") -if test "x$have_echld" = "xyes" -then - AC_DEFINE(HAVE_ECHLD, 1, [Define if echld is enabled]) - echld_test_bin="echld_test\$(EXEEXT)" - echld_dir="echld" -else - have_echld="no" - echld_test_bin="" - echld_dir="" -fi -AC_SUBST(echld_test_bin) -AC_SUBST(echld_dir) - # Enable/disable tfshark AC_ARG_ENABLE(tfshark, AC_HELP_STRING( [--enable-tfshark], @@ -3012,7 +2992,6 @@ AC_CONFIG_FILES( writecap/Makefile writecap/doxygen.cfg wsutil/Makefile - echld/Makefile _CUSTOM_AC_OUTPUT_ ) @@ -3161,7 +3140,6 @@ echo " Build sshdump : $enable_sshdump" echo " Build ciscodump : $enable_ciscodump" echo " Build randpktdump : $enable_randpktdump" echo " Build udpdump : $enable_udpdump" -echo " Build echld : $have_echld" echo "" echo " Save files as pcap-ng by default : $enable_pcap_ng_default" echo " Install dumpcap with capabilities : $setcap_message" -- cgit v1.2.3