Updated Branches: refs/heads/master e1d5d0fcc -> fd372c9cd
TS-976: remove example gzip plugin from configure.ac too. Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/fd372c9c Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/fd372c9c Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/fd372c9c Branch: refs/heads/master Commit: fd372c9cd2b678b5d86933fdddf38180ea356713 Parents: e1d5d0f Author: Igor GaliÄ <[email protected]> Authored: Thu Mar 8 10:11:00 2012 +0000 Committer: Igor GaliÄ <[email protected]> Committed: Thu Mar 8 10:11:00 2012 +0000 ---------------------------------------------------------------------- configure.ac | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/fd372c9c/configure.ac ---------------------------------------------------------------------- diff --git a/configure.ac b/configure.ac index 3d74c63..c04e3e6 100644 --- a/configure.ac +++ b/configure.ac @@ -1424,7 +1424,6 @@ AC_CONFIG_FILES([example/blacklist-1/Makefile]) AC_CONFIG_FILES([example/bnull-transform/Makefile]) AC_CONFIG_FILES([example/cache_scan/Makefile]) AC_CONFIG_FILES([example/file-1/Makefile]) -AC_CONFIG_FILES([example/gzip-transform/Makefile]) AC_CONFIG_FILES([example/hello/Makefile]) AC_CONFIG_FILES([example/null-transform/Makefile]) AC_CONFIG_FILES([example/output-header/Makefile])
