You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ts...@apache.org on 2014/08/14 19:33:34 UTC

git commit: Fix for configure --disable-python

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 <ts...@redhat.com>
Authored: Thu Aug 14 12:32:25 2014 -0500
Committer: Timothy St. Clair <ts...@redhat.com>
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"])