File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ index 216b90d8..52036844 100644
58
58
# warranty.
59
59
60
60
- #serial 11
61
- + #serial 12
61
+ + #serial 14
62
62
63
63
AC_DEFUN([AX_C_FLOAT_WORDS_BIGENDIAN],
64
64
[AC_CACHE_CHECK(whether float word ordering is bigendian,
@@ -82,11 +82,11 @@ index 216b90d8..52036844 100644
82
82
]])], [
83
83
84
84
- if grep noonsees conftest.$ac_objext >/dev/null ; then
85
- + if grep noonsees conftest$EXEEXT > /dev/null ; then
85
+ + if grep noonsees conftest* > /dev/null ; then
86
86
ax_cv_c_float_words_bigendian=yes
87
87
fi
88
88
- if grep seesnoon conftest.$ac_objext >/dev/null ; then
89
- + if grep seesnoon conftest$EXEEXT >/dev/null ; then
89
+ + if grep seesnoon conftest* >/dev/null ; then
90
90
if test "$ax_cv_c_float_words_bigendian" = unknown; then
91
91
ax_cv_c_float_words_bigendian=no
92
92
else
You can’t perform that action at this time.
0 commit comments