diff options
| author | Roy Marples <roy@marples.name> | 2019-03-03 23:39:20 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2019-03-03 23:39:20 +0000 |
| commit | 4340d447a84ec4fffc64a81b0a2d6fecfb3d5fd4 (patch) | |
| tree | 736f21ba32bc48ac7d80d4d0e4f09993762d0caf /configure | |
| parent | b33f6bc6006dacc0c314645882cb65c299d76625 (diff) | |
| download | dhcpcd-4340d447a84ec4fffc64a81b0a2d6fecfb3d5fd4.tar.xz | |
Fix configure reporting of rb_tree_init
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -961,7 +961,7 @@ EOF else RBTREE=no fi - echo "$STRLCPY" + echo "$RBTREE" rm -f _rbtree.c _rbtree fi if [ "$RBTREE" = no ]; then |
