Skip to content

Commit

Permalink
Configure: Get rid of LG_QUANTA.
Browse files Browse the repository at this point in the history
This is no longer used.
  • Loading branch information
davidtgoldblatt committed May 4, 2020
1 parent 4f8efba commit fb6cfff
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -1552,9 +1552,7 @@ fi

AC_ARG_WITH([lg_quantum],
[AS_HELP_STRING([--with-lg-quantum=<lg-quantum>],
[Base 2 log of minimum allocation alignment])],
[LG_QUANTA="$with_lg_quantum"],
[LG_QUANTA="3 4"])
[Base 2 log of minimum allocation alignment])])
if test "x$with_lg_quantum" != "x" ; then
AC_DEFINE_UNQUOTED([LG_QUANTUM], [$with_lg_quantum])
fi
Expand Down

0 comments on commit fb6cfff

Please sign in to comment.