fix previous; add strnvis to $COMPATS

This commit is contained in:
Omar Polo 2024-06-08 19:02:58 +00:00
parent 401030113e
commit 5f31f2410e
1 changed files with 1 additions and 0 deletions

1
configure vendored
View File

@ -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