From fb6cfffd39ca50add3356c2e61242e13fff2ce1f Mon Sep 17 00:00:00 2001 From: David Goldblatt Date: Mon, 13 Apr 2020 11:39:49 -0700 Subject: [PATCH] Configure: Get rid of LG_QUANTA. This is no longer used. --- configure.ac | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 1c2509a6..f67fc3d7 100644 --- a/configure.ac +++ b/configure.ac @@ -1552,9 +1552,7 @@ fi AC_ARG_WITH([lg_quantum], [AS_HELP_STRING([--with-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