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