From: Roy Marples Date: Wed, 19 Jul 2023 12:46:08 +0000 (+0100) Subject: Fix compile warning with rb.c sync X-Git-Tag: v10.0.2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4523393a82effc64d958656f6d162a3f1989e817;p=thirdparty%2Fdhcpcd.git Fix compile warning with rb.c sync --- diff --git a/configure b/configure index bc23fca5..d225cadf 100755 --- a/configure +++ b/configure @@ -1184,6 +1184,7 @@ EOF rm -f _rbtree.c _rbtree fi if [ "$RBTREE" = no ]; then + echo "#define HAVE_NBTOOL_CONFIG_H 0" >>$CONFIG_H echo "#define RBTEST" >>$CONFIG_H echo "COMPAT_SRCS+= compat/rb.c" >>$CONFIG_MK echo "#include \"compat/rbtree.h\"" >>$CONFIG_H