You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by be...@apache.org on 2015/06/14 13:17:59 UTC

[6/6] mesos git commit: Fix +4 spaces in configure.ac to match +2 style.

Fix +4 spaces in configure.ac to match +2 style.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/6e2dae15
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/6e2dae15
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/6e2dae15

Branch: refs/heads/master
Commit: 6e2dae15446bf19579757109e893ab0429d06e08
Parents: 2a81c7f
Author: Benjamin Hindman <be...@gmail.com>
Authored: Sun Jun 14 04:11:18 2015 -0700
Committer: Benjamin Hindman <be...@gmail.com>
Committed: Sun Jun 14 04:12:02 2015 -0700

----------------------------------------------------------------------
 configure.ac | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/6e2dae15/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index cad7f0e..563e9c5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -709,14 +709,14 @@ if test -z "`echo $with_svn`" &&
    test "$OS_NAME" = "darwin" &&
    test -n "`command -v brew`" &&
    test -n "`brew list --versions subversion`"; then
-    with_svn=`brew --prefix subversion`
+  with_svn=`brew --prefix subversion`
 fi
 
 if test -n "`echo $with_svn`"; then
-    CPPFLAGS="-I${with_svn}/include/subversion-1 $CPPFLAGS"
-    LDFLAGS="-L${with_svn}/lib $LDFLAGS"
+  CPPFLAGS="-I${with_svn}/include/subversion-1 $CPPFLAGS"
+  LDFLAGS="-L${with_svn}/lib $LDFLAGS"
 else
-    CPPFLAGS="-I/usr/include/subversion-1 $CPPFLAGS"
+  CPPFLAGS="-I/usr/include/subversion-1 $CPPFLAGS"
 fi
 
 AC_CHECK_HEADERS([svn_version.h],
@@ -748,8 +748,8 @@ libsubversion-1 is required for mesos to build.
 # the CPPFLAGS and LDFLAGS with respective /include and /lib path
 # suffixes.
 if test -n "`echo $with_sasl`" ; then
-    CPPFLAGS="-I${with_sasl}/include $CPPFLAGS"
-    LDFLAGS="-L${with_sasl}/lib $LDFLAGS"
+  CPPFLAGS="-I${with_sasl}/include $CPPFLAGS"
+  LDFLAGS="-L${with_sasl}/lib $LDFLAGS"
 fi
 
 AC_CHECK_LIB([sasl2], [sasl_done], [],