logo

utils-std

Collection of commonly available Unix tools
commit: d24beac27e671c3652804c5e948ba3bf07df3468
parent 38da99c56d268702d98ec3040bedba351c44aa35
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat, 24 Aug 2024 00:40:49 +0200

configure: Disable cmd/cut if reallocarray isn't found

Diffstat:

Mconfigure4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure b/configure @@ -224,8 +224,8 @@ then fi if ! check_conftest configure.d/reallocarray.c; then - echo 'Disabling cmd/tr' - target_filter="${target_filter} -e cmd/tr." + echo 'Disabling cmd/tr cmd/cut' + target_filter="${target_filter} -e cmd/tr. -e cmd/cut." fi check_conftest configure.d/getopt_long.c && CFLAGS="${CFLAGS} -DHAS_GETOPT_LONG"