From: Ondrej Zajicek Date: Tue, 3 Jan 2023 16:14:48 +0000 (+0100) Subject: Configure: Expensive check option was broken, never worked X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5172342e13f81278cd365969ba5757c09810c344;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