From: Roy Marples Date: Sat, 7 May 2016 12:20:36 +0000 (+0000) Subject: Always set HAVE_REALLOCARRAY so that eloop can use it. X-Git-Tag: v6.11.0~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bad0a9e41cc1202f7e8dfd28d57a01a14d130f2;p=thirdparty%2Fdhcpcd.git Always set HAVE_REALLOCARRAY so that eloop can use it. --- diff --git a/configure b/configure index b5af0655..f11c797c 100755 --- a/configure +++ b/configure @@ -917,9 +917,9 @@ fi if [ "$REALLOCARRAY" = no ]; then echo "COMPAT_SRCS+= compat/reallocarray.c" >>$CONFIG_MK echo "#include \"compat/reallocarray.h\"">>$CONFIG_H -else - echo "#define HAVE_REALLOCARRAY" >>$CONFIG_H fi +# Set this for eloop +echo "#define HAVE_REALLOCARRAY" >>$CONFIG_H if [ -z "$POLL" ]; then printf "Testing for kqueue1 ... "