From 575674ad45d8cc719b94de899bc6eeb2582113ee Mon Sep 17 00:00:00 2001 From: "Erlend E. Aasland" Date: Sun, 20 Oct 2024 23:29:04 +0200 Subject: [PATCH] gh-22: Amend float detection patch to use private Autoconf variables --- autoconf/ax_c_float_words_bigendian.diff | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autoconf/ax_c_float_words_bigendian.diff b/autoconf/ax_c_float_words_bigendian.diff index 9785589..630f3c8 100644 --- a/autoconf/ax_c_float_words_bigendian.diff +++ b/autoconf/ax_c_float_words_bigendian.diff @@ -82,11 +82,11 @@ index 216b90d8..52036844 100644 ]])], [ -if grep noonsees conftest.$ac_objext >/dev/null ; then -+if grep noonsees conftest$EXEEXT >/dev/null ; then ++if grep noonsees conftest$ac_exeext >/dev/null ; then ax_cv_c_float_words_bigendian=yes fi -if grep seesnoon conftest.$ac_objext >/dev/null ; then -+if grep seesnoon conftest$EXEEXT >/dev/null ; then ++if grep seesnoon conftest$ac_exeext >/dev/null ; then if test "$ax_cv_c_float_words_bigendian" = unknown; then ax_cv_c_float_words_bigendian=no else