Fix configure reporting of rb_tree_init

This commit is contained in:
Roy Marples 2019-03-03 23:39:20 +00:00
parent 46495be94d
commit 89491b3d30

2
configure vendored
View File

@ -961,7 +961,7 @@ EOF
else
RBTREE=no
fi
echo "$STRLCPY"
echo "$RBTREE"
rm -f _rbtree.c _rbtree
fi
if [ "$RBTREE" = no ]; then