summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2019-03-03 23:39:20 +0000
committerRoy Marples <roy@marples.name>2019-03-03 23:39:20 +0000
commit4340d447a84ec4fffc64a81b0a2d6fecfb3d5fd4 (patch)
tree736f21ba32bc48ac7d80d4d0e4f09993762d0caf /configure
parentb33f6bc6006dacc0c314645882cb65c299d76625 (diff)
downloaddhcpcd-4340d447a84ec4fffc64a81b0a2d6fecfb3d5fd4.tar.xz
Fix configure reporting of rb_tree_init
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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