From: Ondrej Zajicek Date: Tue, 3 Jan 2023 16:14:48 +0000 (+0100) Subject: Configure: Expensive check option was broken, never worked X-Git-Tag: v2.0.12~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=309c874f9c8b217dbed1569c73b4a3035f5cb170;p=thirdparty%2Fbird.git Configure: Expensive check option was broken, never worked --- diff --git a/configure.ac b/configure.ac index f8ab15375..d73eec281 100644 --- a/configure.ac +++ b/configure.ac @@ -410,7 +410,7 @@ if test "$enable_debug" = yes ; then fi fi - if test "enable_debug_expensive" = yes ; then + if test "$enable_debug_expensive" = yes ; then AC_DEFINE([ENABLE_EXPENSIVE_CHECKS], [1], [Define to 1 if you want to run expensive consistency checks.]) fi fi