From 5f31f2410e5c0c7ab76e31b6c201b7a96d78ca76 Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Sat, 8 Jun 2024 19:02:58 +0000 Subject: [PATCH] fix previous; add strnvis to $COMPATS --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index bc15f1f..eb93fe7 100755 --- a/configure +++ b/configure @@ -321,6 +321,7 @@ runtest vasprintf VASPRINTF -D_GNU_SOURCE || true # Hence the -Wall -Werror check. if ! singletest strnvis STRNVIS "-Wall -Werror"; then CFLAGS="-I ${PWD}/compat/vis ${CFLAGS} ${CFLAGS}" + COMPATS="compat/strnvis.c ${COMPATS}" fi if [ ${HAVE_ARC4RANDOM} -eq 1 -a ${HAVE_ARC4RANDOM_BUF} -eq 0 ]; then