Skip to content

Commit

Permalink
[configure] Add -a option to grep calls in AX_C_FLOAT_WORDS_BIGENDIAN
Browse files Browse the repository at this point in the history
This fixes bug #9124 reported here:

    https://bugs.freedesktop.org/show_bug.cgi?id=9124
  • Loading branch information
Dan Amelang committed Dec 2, 2006
1 parent 3dbe468 commit 392f27b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions acinclude.m4
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ double d = 909042349670368103374704789055050114762116927356156320147971208440534
]])], [
if grep noonsees conftest.$ac_objext >/dev/null ; then
if grep -a noonsees conftest.$ac_objext >/dev/null ; then
ax_cv_c_float_words_bigendian=yes
fi
if grep seesnoon conftest.$ac_objext >/dev/null ; then
if grep -a seesnoon conftest.$ac_objext >/dev/null ; then
if test "$ax_cv_c_float_words_bigendian" = unknown; then
ax_cv_c_float_words_bigendian=no
else
Expand Down

0 comments on commit 392f27b

Please sign in to comment.