From 911fd6b6c6d065f9209eb126d8ea440831e6a25c Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Sat, 8 Jun 2024 19:05:37 +0000 Subject: [PATCH] fix previous; it's compat/vis.c, sigh... --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index eb93fe73..eebd82eb 100755 --- a/configure +++ b/configure @@ -321,7 +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}" + COMPATS="compat/vis.c ${COMPATS}" fi if [ ${HAVE_ARC4RANDOM} -eq 1 -a ${HAVE_ARC4RANDOM_BUF} -eq 0 ]; then