fix previous; it's compat/vis.c, sigh...

This commit is contained in:
Omar Polo 2024-06-08 19:05:37 +00:00
parent 5f31f2410e
commit 911fd6b6c6

2
configure vendored
View File

@ -321,7 +321,7 @@ runtest vasprintf VASPRINTF -D_GNU_SOURCE || true
# Hence the -Wall -Werror check. # Hence the -Wall -Werror check.
if ! singletest strnvis STRNVIS "-Wall -Werror"; then if ! singletest strnvis STRNVIS "-Wall -Werror"; then
CFLAGS="-I ${PWD}/compat/vis ${CFLAGS} ${CFLAGS}" CFLAGS="-I ${PWD}/compat/vis ${CFLAGS} ${CFLAGS}"
COMPATS="compat/strnvis.c ${COMPATS}" COMPATS="compat/vis.c ${COMPATS}"
fi fi
if [ ${HAVE_ARC4RANDOM} -eq 1 -a ${HAVE_ARC4RANDOM_BUF} -eq 0 ]; then if [ ${HAVE_ARC4RANDOM} -eq 1 -a ${HAVE_ARC4RANDOM_BUF} -eq 0 ]; then