Updated Branches: refs/heads/master adaefd789 -> ba025f8b2
Fix header_rewrite build Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/ba025f8b Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/ba025f8b Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/ba025f8b Branch: refs/heads/master Commit: ba025f8b221c33aabdf844479fdedf679dbf1ab0 Parents: adaefd7 Author: Zhao Yongming <[email protected]> Authored: Mon Jun 24 16:45:07 2013 +0800 Committer: Zhao Yongming <[email protected]> Committed: Mon Jun 24 16:45:07 2013 +0800 ---------------------------------------------------------------------- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/ba025f8b/configure.ac ---------------------------------------------------------------------- diff --git a/configure.ac b/configure.ac index 34402d3..6c4ed09 100644 --- a/configure.ac +++ b/configure.ac @@ -1829,6 +1829,7 @@ AC_CONFIG_FILES([plugins/regex_remap/Makefile]) AC_CONFIG_FILES([plugins/header_filter/Makefile]) AC_CONFIG_FILES([plugins/stats_over_http/Makefile]) AC_CONFIG_FILES([plugins/cacheurl/Makefile]) +AC_CONFIG_FILES([plugins/header_rewrite/Makefile]) # experimental plugins AC_CONFIG_FILES([plugins/experimental/Makefile]) AC_CONFIG_FILES([plugins/experimental/esi/Makefile]) @@ -1836,7 +1837,6 @@ AC_CONFIG_FILES([plugins/experimental/lua/Makefile]) AC_CONFIG_FILES([plugins/experimental/rfc5861/Makefile]) AC_CONFIG_FILES([plugins/experimental/tcp_info/Makefile]) AC_CONFIG_FILES([plugins/experimental/custom_redirect/Makefile]) -AC_CONFIG_FILES([plugins/experimental/header_rewrite/Makefile]) AC_CONFIG_FILES([plugins/experimental/metalink/Makefile]) AC_CONFIG_FILES([plugins/experimental/gzip/Makefile]) AC_CONFIG_FILES([plugins/experimental/spdy/Makefile])
