Skip to content

Commit 575674a

Browse files
gh-22: Amend float detection patch to use private Autoconf variables
1 parent c625e8d commit 575674a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

autoconf/ax_c_float_words_bigendian.diff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ index 216b90d8..52036844 100644
8282
]])], [
8383

8484
-if grep noonsees conftest.$ac_objext >/dev/null ; then
85-
+if grep noonsees conftest$EXEEXT >/dev/null ; then
85+
+if grep noonsees conftest$ac_exeext >/dev/null ; then
8686
ax_cv_c_float_words_bigendian=yes
8787
fi
8888
-if grep seesnoon conftest.$ac_objext >/dev/null ; then
89-
+if grep seesnoon conftest$EXEEXT >/dev/null ; then
89+
+if grep seesnoon conftest$ac_exeext >/dev/null ; then
9090
if test "$ax_cv_c_float_words_bigendian" = unknown; then
9191
ax_cv_c_float_words_bigendian=no
9292
else

0 commit comments

Comments
 (0)