This is an automated email from the ASF dual-hosted git repository.

qianzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git


The following commit(s) were added to refs/heads/master by this push:
     new 2ac152a  Fixed `--enable-new-cli` quoting.
2ac152a is described below

commit 2ac152ac2ddd28712daee43cb7535227b5a6b1e5
Author: Qian Zhang <zhq527...@gmail.com>
AuthorDate: Mon Sep 10 18:19:41 2018 -0700

    Fixed `--enable-new-cli` quoting.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 8d84671..472e110 100644
--- a/configure.ac
+++ b/configure.ac
@@ -301,7 +301,7 @@ AC_ARG_ENABLE([lock_free_run_queue],
 AC_ARG_ENABLE([new_cli],
               AS_HELP_STRING([--enable-new-cli],
                              [enable building the new CLI instead of the old 
one]),
-              [], [enable_new_cli=no]]))
+              [], [enable_new_cli=no])
 
 AC_ARG_ENABLE([libtool-wrappers],
               AS_HELP_STRING([--disable-libtool-wrappers],

Reply via email to