summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2019-03-04 16:07:05 +0000
committerRoy Marples <roy@marples.name>2019-03-04 16:07:05 +0000
commit463091fe7c771a7617d236d3706058939af4a155 (patch)
treee20b6961efbc096b82c8b2805cd943d45950095c /configure
parent100d8175b2cb7f05deb97512b6017982f9e14e54 (diff)
downloaddhcpcd-463091fe7c771a7617d236d3706058939af4a155.tar.xz
Re-arrange so to reduce diff to upsteam.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 04c7fb4c..acf671c3 100755
--- a/configure
+++ b/configure
@@ -965,6 +965,7 @@ EOF
rm -f _rbtree.c _rbtree
fi
if [ "$RBTREE" = no ]; then
+ echo "CPPFLAGS+= -DRBTEST" >>$CONFIG_MK
echo "COMPAT_SRCS+= compat/rb.c" >>$CONFIG_MK
echo "#include \"compat/rbtree.h\"" >>$CONFIG_H
else