diff options
| author | Roy Marples <roy@marples.name> | 2016-05-07 12:20:36 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2016-05-07 12:20:36 +0000 |
| commit | 3bad0a9e41cc1202f7e8dfd28d57a01a14d130f2 (patch) | |
| tree | 0f1033a4408e79c5838c11e887ac90b8eae40bd7 /configure | |
| parent | 5e98a2b1a83d3575fd787a16cdfb55b7df99d772 (diff) | |
| download | dhcpcd-3bad0a9e41cc1202f7e8dfd28d57a01a14d130f2.tar.xz | |
Always set HAVE_REALLOCARRAY so that eloop can use it.
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ... " |
