Jie Yu created MESOS-904:
----------------------------

             Summary: Check for libcxx is missing in configure.ac
                 Key: MESOS-904
                 URL: https://issues.apache.org/jira/browse/MESOS-904
             Project: Mesos
          Issue Type: Bug
    Affects Versions: 0.16.0
            Reporter: Jie Yu
             Fix For: 0.17.0


Not every system that with clang installed has libcxx installed. Therefore, we 
need to add one more check for libcxx in configure.ac.

configure.ac
   634     # If we're using clang, we need to pass -stdlib=libc++ too.
   635    if test "x$CLANG" = "xyes"; then
   636      CXXFLAGS="$CXXFLAGS -stdlib=libc++"
   637    fi




--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to