Commits

Kouhei Sutou authored bbe239d0e0b
ARROW-5368: [C++] Disable jemalloc by default with MinGW Because we can't run autogen.sh from cmake. We can use jemalloc installed by pacman but we can't use it. Because we always use bundled jemalloc for now. Author: Kouhei Sutou <kou@clear-code.com> Closes #4341 from kou/cpp-mingw-disable-jemalloc-by-default and squashes the following commits: e107efbd <Kouhei Sutou> Disable jemalloc by default with MinGW