Repository: mesos Updated Branches: refs/heads/master de6015158 -> fcadef2de
Fixed minor typos in configure.ac. Review: https://reviews.apache.org/r/26728 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/fcadef2d Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/fcadef2d Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/fcadef2d Branch: refs/heads/master Commit: fcadef2de095fda0389ed114d479c1140aa988d0 Parents: de60151 Author: Kapil Arya <[email protected]> Authored: Wed Oct 15 15:11:36 2014 -0700 Committer: Niklas Q. Nielsen <[email protected]> Committed: Wed Oct 15 15:11:36 2014 -0700 ---------------------------------------------------------------------- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/fcadef2d/configure.ac ---------------------------------------------------------------------- diff --git a/configure.ac b/configure.ac index 4637b2a..bb4fee4 100644 --- a/configure.ac +++ b/configure.ac @@ -198,21 +198,21 @@ AC_ARG_ENABLE([bundled-distribute], AS_HELP_STRING([--disable-bundled-distribute], [excludes building and using the bundled distribute package in lieu of an installed version in - in PYTHONPATH]), + PYTHONPATH]), [without_bundled_distribute=yes], []) AC_ARG_ENABLE([bundled-pip], AS_HELP_STRING([--disable-bundled-pip], [excludes building and using the bundled pip package in lieu of an installed version in - in PYTHONPATH]), + PYTHONPATH]), [without_bundled_pip=yes], []) AC_ARG_ENABLE([bundled-wheel], AS_HELP_STRING([--disable-bundled-wheel], [excludes building and using the bundled wheel package in lieu of an installed version in - in PYTHONPATH]), + PYTHONPATH]), [without_bundled_wheel=yes], []) # This is used to make distcheck and python install work together. For more
