logo

utils-std

Collection of commonly available Unix tools git clone https://anongit.hacktivis.me/git/utils-std.git/
commit: 6a521e290ac2a494036db967396af3b1a2613c39
parent be4dbaa6eff0c604f2f4c8054c326a0a986c9f5b
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed, 18 Dec 2024 10:39:23 +0100

configure: move wordexp.h check with other header checks

Diffstat:

Mconfigure6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure b/configure @@ -226,6 +226,9 @@ if ! check_header sys/sysmacros.h; then target_filter="${target_filter} -e cmd/mknod" fi +# As seen missing in Haiku beta5 <https://dev.haiku-os.org/ticket/16257> +check_header wordexp.h && CFLAGS="${CFLAGS} -DHAS_WORDEXP" + check_conftest configure.d/sendfile_linux.c && CFLAGS="${CFLAGS} -DHAS_SENDFILE" check_conftest configure.d/copy_file_range.c && CFLAGS="${CFLAGS} -DHAS_COPY_FILE_RANGE" @@ -240,9 +243,6 @@ check_conftest configure.d/syncfs.c && CFLAGS="${CFLAGS} -DHAS_SYNCFS" rm -f configure.d/*.bin -# As seen missing in Haiku beta5 <https://dev.haiku-os.org/ticket/16257> -check_header wordexp.h && CFLAGS="${CFLAGS} -DHAS_WORDEXP" - echo ## Configuration write