From: Timo Sirainen Date: Mon, 10 Feb 2025 09:10:09 +0000 (+0200) Subject: configure.ac: Remove unused want_devel_checks X-Git-Tag: 2.4.1~226 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c917f2bfdde377a5f0c02b8fd7eccb861891bd5;p=thirdparty%2Fdovecot%2Fcore.git configure.ac: Remove unused want_devel_checks --- diff --git a/configure.ac b/configure.ac index 351cf4a59c..d01b02c160 100644 --- a/configure.ac +++ b/configure.ac @@ -32,7 +32,6 @@ AC_ARG_ENABLE(devel-checks, AS_HELP_STRING([--enable-devel-checks], [Enable some extra expensive checks for developers]), if test x$enableval = xyes; then AC_DEFINE(DEBUG,, [Build with extra debugging checks]) - want_devel_checks=yes fi) AC_ARG_ENABLE(static-checker,