Skip to content

Commit

Permalink
fix previous; add strnvis to $COMPATS
Browse files Browse the repository at this point in the history
  • Loading branch information
omar-polo committed Jun 8, 2024
1 parent 4010301 commit 5f31f24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5f31f24

Please sign in to comment.