From 98ffc1bfeb04fb04b7f18f1cbfccf1e43d6a867f Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Tue, 11 Jun 2024 23:34:54 +0200 Subject: Convert to autoconf 2.72 (vanilla release, no distribution patches) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As discussed at the patch review meeting Signed-off-by: Andreas K. Hüttel Reviewed-by: Simon Chopin --- sysdeps/i386/configure | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'sysdeps/i386') diff --git a/sysdeps/i386/configure b/sysdeps/i386/configure index 84656cef6e..a618692adf 100644 --- a/sysdeps/i386/configure +++ b/sysdeps/i386/configure @@ -61,8 +61,8 @@ printf %s "checking for linker static PIE support... " >&6; } if test ${libc_cv_ld_static_pie+y} then : printf %s "(cached) " >&6 -else $as_nop - cat > conftest.s <<\EOF +else case e in #( + e) cat > conftest.s <<\EOF .text .global _start _start: @@ -80,7 +80,8 @@ EOF libc_cv_ld_static_pie=yes fi fi -rm -f conftest* +rm -f conftest* ;; +esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $libc_cv_ld_static_pie" >&5 printf "%s\n" "$libc_cv_ld_static_pie" >&6; } -- cgit 1.4.1