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

bennoe 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 66197fa  Fixed variable name in libprocess configure.ac.
66197fa is described below

commit 66197fa2313aa3d5629696db1d7328fb132706d0
Author: Benno Evers <[email protected]>
AuthorDate: Fri Apr 26 13:44:43 2019 +0200

    Fixed variable name in libprocess configure.ac.
    
    When building libprocess against the bundled version of concurrentqueue,
    the `WITH_BUNDLED_CONCURRENTQUEUE` would not be correctly set due to a
    typo.
    
    Review: https://reviews.apache.org/r/70494/
---
 3rdparty/libprocess/configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/3rdparty/libprocess/configure.ac b/3rdparty/libprocess/configure.ac
index 6652c08..bfe94b1 100644
--- a/3rdparty/libprocess/configure.ac
+++ b/3rdparty/libprocess/configure.ac
@@ -559,7 +559,7 @@ you provided is correct if you're already doing this.
 ])
   fi
 else
-  with_bundled_boost=yes
+  with_bundled_concurrentqueue=yes
 fi
 
 AM_CONDITIONAL([WITH_BUNDLED_CONCURRENTQUEUE],

Reply via email to