• Tatsuhiro Tsujikawa's avatar
    Compile with g++-4.7 · 38177989
    Tatsuhiro Tsujikawa authored
    g++-4.7 lacks thread_local, which can be workaround by
    --disable-threads.  What left remaining is std::map::emplace, which is
    what this change deals with.  First check availability of
    std::map::emplace, if there is none, use std::map::insert.
    38177989
configure.ac 21.5 KB