From 7108497fda9d4536a1afade7f42266e06dca4488 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Thu, 13 Feb 2025 22:44:48 -0800 Subject: Check that HAVE_UNISTD_H and HAVE_STDARG_H are not defined as 0. --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 393c23c..1834659 100755 --- a/configure +++ b/configure @@ -611,7 +611,7 @@ cat > $test.c < zconf.temp.h + sed < zconf.h "/^#if HAVE_UNISTD_H-0.* may be/s/ HAVE_UNISTD_H-0\(.*\) may be/ 1\1 was/" > zconf.temp.h mv zconf.temp.h zconf.h echo "Checking for unistd.h... Yes." | tee -a configure.log else @@ -626,7 +626,7 @@ cat > $test.c < zconf.temp.h + sed < zconf.h "/^#if HAVE_STDARG_H-0.* may be/s/ HAVE_STDARG_H-0\(.*\) may be/ 1\1 was/" > zconf.temp.h mv zconf.temp.h zconf.h echo "Checking for stdarg.h... Yes." | tee -a configure.log else -- cgit v1.2.3-55-g6feb