Repository: trafficserver Updated Branches: refs/heads/master cbee60c07 -> 5edd58cd8
Remove unused configuration variable TFW_PACKAGE_SUFFIX. Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/5edd58cd Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/5edd58cd Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/5edd58cd Branch: refs/heads/master Commit: 5edd58cd860d2c74339b5a090b7c4c27e4102938 Parents: cbee60c Author: James Peach <[email protected]> Authored: Fri Nov 6 10:08:43 2015 -0800 Committer: James Peach <[email protected]> Committed: Fri Nov 6 10:28:20 2015 -0800 ---------------------------------------------------------------------- configure.ac | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/5edd58cd/configure.ac ---------------------------------------------------------------------- diff --git a/configure.ac b/configure.ac index 1a5c7f6..b341efa 100644 --- a/configure.ac +++ b/configure.ac @@ -1793,9 +1793,6 @@ iocore_include_dirs="-I\$(top_srcdir)/iocore/eventsystem \ -I\$(top_srcdir)/iocore/utils \ -I\$(top_srcdir)/iocore/dns" -# Testing Framework suffix generation hack -TFW_PACKAGE_SUFFIX=$os_type - AC_SUBST([CC]) AC_SUBST([CFLAGS]) AC_SUBST([CXX]) @@ -1810,7 +1807,6 @@ AC_SUBST([SHARED_CFLAGS]) AC_SUBST([SHARED_CXXFLAGS]) AC_SUBST([SHARED_CXXLINKFLAGS]) AC_SUBST([SHARED_LDFLAGS]) -AC_SUBST([TFW_PACKAGE_SUFFIX]) # ----------------------------------------------------------------------------- # 6. OUTPUT FILES
