From: Guillem Jover Date: Wed, 21 Feb 2024 01:29:15 +0000 (+0100) Subject: build: Revert accidental testing aid change X-Git-Tag: 0.12.0~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0bdbc0787ef9321e779104b781e9641f002cefc2;p=thirdparty%2Flibbsd.git 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 --- 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