We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c625e8d commit 575674aCopy full SHA for 575674a
autoconf/ax_c_float_words_bigendian.diff
@@ -82,11 +82,11 @@ index 216b90d8..52036844 100644
82
]])], [
83
84
-if grep noonsees conftest.$ac_objext >/dev/null ; then
85
-+if grep noonsees conftest$EXEEXT >/dev/null ; then
++if grep noonsees conftest$ac_exeext >/dev/null ; then
86
ax_cv_c_float_words_bigendian=yes
87
fi
88
-if grep seesnoon conftest.$ac_objext >/dev/null ; then
89
-+if grep seesnoon conftest$EXEEXT >/dev/null ; then
++if grep seesnoon conftest$ac_exeext >/dev/null ; then
90
if test "$ax_cv_c_float_words_bigendian" = unknown; then
91
ax_cv_c_float_words_bigendian=no
92
else
0 commit comments