disable jemalloc on OpenBSD

depending of the compiler used, jemalloc configure don't detect
correctly some parameters.
This commit is contained in:
Sébastien Marie 2015-09-10 18:50:01 +02:00
parent 90043cbbf0
commit 9ac36f4665

5
configure vendored
View file

@ -901,7 +901,10 @@ then
CC="${CC:-egcc}"
CXX="${CXX:-eg++}"
fi
fi
fi
step_msg "on OpenBSD, disabling jemalloc"
CFG_DISABLE_JEMALLOC=1
fi
# OS X 10.9, gcc is actually clang. This can cause some confusion in the build