Repository: trafficserver Updated Branches: refs/heads/master 15e2bbd28 -> f5c07af5d
TS-1685: remove --enable-micro TS-1685 removed suport for the micro build. Remove the build option for this since it doesn't do anything any more. Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/f5c07af5 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/f5c07af5 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/f5c07af5 Branch: refs/heads/master Commit: f5c07af5de04cd0b42693fc14df01279f0434f5f Parents: 15e2bbd Author: James Peach <[email protected]> Authored: Wed Mar 5 11:40:45 2014 -0800 Committer: James Peach <[email protected]> Committed: Wed Mar 5 14:31:37 2014 -0800 ---------------------------------------------------------------------- configure.ac | 13 ------------- 1 file changed, 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/f5c07af5/configure.ac ---------------------------------------------------------------------- diff --git a/configure.ac b/configure.ac index 68ac3e4..875f2c4 100644 --- a/configure.ac +++ b/configure.ac @@ -215,19 +215,6 @@ TS_ARG_ENABLE_VAR([has], [tests]) AC_SUBST(has_tests) AM_CONDITIONAL([BUILD_TESTS], [test 0 -ne $has_tests]) -# -# Micro -# -AC_MSG_CHECKING([whether to enable micro-TS]) -AC_ARG_ENABLE([micro], - [AS_HELP_STRING([--enable-micro],[enable micro-TS build [default=no]])], - [], - [enable_micro=no] -) -AC_MSG_RESULT([$enable_micro]) -AS_IF([test "x$enable_micro" = "xyes"], [is_micro_build=1], [is_micro_build=0]) -AC_SUBST(is_micro_build) - AC_SUBST([ink_with_modules_def],["-DREC_BUILD_MGMT"]) AC_SUBST([ink_with_modules_local],["-DLOCAL_MANAGER"]) AC_SUBST([ink_with_modules_process],["-DPROCESS_MANAGER"])
