Repository: mesos Updated Branches: refs/heads/master 5165a4a54 -> 9397ba46f
Fix for configure --disable-python Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/9397ba46 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/9397ba46 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/9397ba46 Branch: refs/heads/master Commit: 9397ba46fda304ae62d73b7943f1652c63715c01 Parents: 5165a4a Author: Timothy St. Clair <[email protected]> Authored: Thu Aug 14 12:32:25 2014 -0500 Committer: Timothy St. Clair <[email protected]> Committed: Thu Aug 14 12:32:55 2014 -0500 ---------------------------------------------------------------------- configure.ac | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/9397ba46/configure.ac ---------------------------------------------------------------------- diff --git a/configure.ac b/configure.ac index 85799be..321f09d 100644 --- a/configure.ac +++ b/configure.ac @@ -1053,14 +1053,13 @@ correct if you're already doing this. with_bundled_distribute=yes fi - AM_CONDITIONAL([WITH_BUNDLED_DISTRIBUTE], - [test "x$with_bundled_distribute" = "xyes"]) - has_python=yes fi AM_CONDITIONAL([HAS_PYTHON], [test "x$has_python" = "xyes"]) +AM_CONDITIONAL([WITH_BUNDLED_DISTRIBUTE], + [test "x$with_bundled_distribute" = "xyes"]) AM_CONDITIONAL([GIT_REPO], [test -d ${srcdir}"/.git"])
