From 0bdbc0787ef9321e779104b781e9641f002cefc2 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Wed, 21 Feb 2024 02:29:15 +0100 Subject: [PATCH] build: Revert accidental testing aid change This was accidentally included in the commit, but should have only been used during development. Fixes: commit de124dcafac678351366b0572938398ea7ae93e4 Changelog: silent --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a6e63db..806808d 100644 --- a/configure.ac +++ b/configure.ac @@ -44,7 +44,7 @@ need_err=yes need_errc=yes need_fpurge=yes need_funopen=yes -need_md5=no +need_md5=yes need_name_from_id=yes need_nlist=yes need_progname=yes -- 2.47.3