You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ka...@apache.org on 2016/07/05 19:00:27 UTC

[07/12] mesos git commit: Added AM_CONDITIONALS: STANDALONG_{LIBPROCES, STOUT}.

Added AM_CONDITIONALS: STANDALONG_{LIBPROCES,STOUT}.

Review: https://reviews.apache.org/r/47924/


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

Branch: refs/heads/master
Commit: 0fecd96b1d389acfbf2edd0b351b06fc015d7e92
Parents: afb5628
Author: Kapil Arya <ka...@mesosphere.io>
Authored: Tue Jul 5 16:24:14 2016 +0200
Committer: Kapil Arya <ka...@mesosphere.io>
Committed: Tue Jul 5 14:23:54 2016 -0400

----------------------------------------------------------------------
 configure.ac | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/0fecd96b/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index ecc2758..b02a62a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -64,6 +64,9 @@ LT_OUTPUT
 CONFIGURE_ARGS="$ac_configure_args"
 AC_SUBST(CONFIGURE_ARGS)
 
+AM_CONDITIONAL([STANDALONE_LIBPROCESS], [false])
+AM_CONDITIONAL([STANDALONE_STOUT], [false])
+
 AC_CONFIG_FILES([Makefile mesos.pc])
 AC_CONFIG_FILES([src/Makefile])
 AC_CONFIG_FILES([3rdparty/Makefile])