Repository: trafficserver
Updated Branches:
  refs/heads/master 92a76b030 -> 4784d8327


Remove unused collapsed_connectio nbuild conditional.


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/4784d832
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/4784d832
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/4784d832

Branch: refs/heads/master
Commit: 4784d8327a44677b627d41e8131b01a55b26c5cc
Parents: 92a76b0
Author: James Peach <[email protected]>
Authored: Tue Feb 23 08:54:01 2016 -0800
Committer: James Peach <[email protected]>
Committed: Tue Feb 23 08:54:01 2016 -0800

----------------------------------------------------------------------
 configure.ac                                          | 3 ---
 plugins/experimental/collapsed_connection/Makefile.am | 4 ----
 2 files changed, 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/4784d832/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index e4e68f7..be00b84 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1798,9 +1798,6 @@ AS_IF([test "x$enable_experimental_plugins" = "xyes"],
 AM_CONDITIONAL([BUILD_REMAP_STATS_PLUGIN],
   [ test "x$enable_experimental_plugins" = "xyes" -a "x$ac_cv_header_search_h" 
= "xyes" -a "x$ac_cv_type_struct_hsearch_data" = "xyes" -a 
"x$ac_cv_func_hcreate_r" = "xyes" -a "x$ac_cv_func_hsearch_r" = "xyes" ])
 
-AM_CONDITIONAL([BUILD_COLLAPSED_CONNECTION_PLUGIN],
-  [ test "x$enable_experimental_plugins" = "xyes" -a 
"x${enable_collapsed_connection_plugin}" != "xno" ])
-
 #
 # use modular IOCORE
 #

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/4784d832/plugins/experimental/collapsed_connection/Makefile.am
----------------------------------------------------------------------
diff --git a/plugins/experimental/collapsed_connection/Makefile.am 
b/plugins/experimental/collapsed_connection/Makefile.am
index 6269cda..8e8a2ac 100644
--- a/plugins/experimental/collapsed_connection/Makefile.am
+++ b/plugins/experimental/collapsed_connection/Makefile.am
@@ -16,10 +16,6 @@
 
 include $(top_srcdir)/build/plugins.mk
 
-if BUILD_COLLAPSED_CONNECTION_PLUGIN
-
 pkglib_LTLIBRARIES = collapsed_connection.la
 collapsed_connection_la_SOURCES = collapsed_connection.cc MurmurHash3.cc
 collapsed_connection_la_LDFLAGS = $(TS_PLUGIN_LDFLAGS)
-
-endif

Reply via email to