mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-26 18:47:19 +03:00
Configure: Get rid of LG_QUANTA.
This is no longer used.
This commit is contained in:
parent
4f8efba824
commit
fb6cfffd39
1 changed files with 1 additions and 3 deletions
|
|
@ -1552,9 +1552,7 @@ fi
|
||||||
|
|
||||||
AC_ARG_WITH([lg_quantum],
|
AC_ARG_WITH([lg_quantum],
|
||||||
[AS_HELP_STRING([--with-lg-quantum=<lg-quantum>],
|
[AS_HELP_STRING([--with-lg-quantum=<lg-quantum>],
|
||||||
[Base 2 log of minimum allocation alignment])],
|
[Base 2 log of minimum allocation alignment])])
|
||||||
[LG_QUANTA="$with_lg_quantum"],
|
|
||||||
[LG_QUANTA="3 4"])
|
|
||||||
if test "x$with_lg_quantum" != "x" ; then
|
if test "x$with_lg_quantum" != "x" ; then
|
||||||
AC_DEFINE_UNQUOTED([LG_QUANTUM], [$with_lg_quantum])
|
AC_DEFINE_UNQUOTED([LG_QUANTUM], [$with_lg_quantum])
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue