Repository: mesos Updated Branches: refs/heads/master 99010defa -> acf61580f
Fixed autoconf help string. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/acf61580 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/acf61580 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/acf61580 Branch: refs/heads/master Commit: acf61580f6b1716a7ea641cc27d1d0308138b982 Parents: 99010de Author: James Peach <[email protected]> Authored: Tue Jan 9 15:25:17 2018 -0800 Committer: James Peach <[email protected]> Committed: Tue Jan 9 15:25:17 2018 -0800 ---------------------------------------------------------------------- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/acf61580/configure.ac ---------------------------------------------------------------------- diff --git a/configure.ac b/configure.ac index 5650d6a..5929288 100644 --- a/configure.ac +++ b/configure.ac @@ -173,7 +173,7 @@ AC_ARG_ENABLE([hardening], [], [enable_hardening=yes]) AC_ARG_ENABLE([gc-unused], - AS_HELP_STRING([--enable-gc_unused], + AS_HELP_STRING([--enable-gc-unused], [enable garbage collection of unused program segments]), [], [enable_gc_unused=no])
