From: Roy Marples Date: Sun, 3 Mar 2019 23:39:20 +0000 (+0000) Subject: Fix configure reporting of rb_tree_init X-Git-Tag: v8.0.0~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89491b3d304ffc81aa65ad31b28225d56a616ce8;p=thirdparty%2Fdhcpcd.git Fix configure reporting of rb_tree_init --- diff --git a/configure b/configure index cd353f0b..1aa8f872 100755 --- a/configure +++ b/configure @@ -961,7 +961,7 @@ EOF else RBTREE=no fi - echo "$STRLCPY" + echo "$RBTREE" rm -f _rbtree.c _rbtree fi if [ "$RBTREE" = no ]; then