]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Fix configure reporting of rb_tree_init
authorRoy Marples <roy@marples.name>
Sun, 3 Mar 2019 23:39:20 +0000 (23:39 +0000)
committerRoy Marples <roy@marples.name>
Sun, 3 Mar 2019 23:39:20 +0000 (23:39 +0000)
configure

index cd353f0b33a78432656053502c0b24420d9a124a..1aa8f872c1443167dad33eed5480efe4845d5b78 100755 (executable)
--- 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