[cairo-commit] acinclude.m4
Dan Amelang
dan at kemper.freedesktop.org
Sat Dec 2 11:09:20 PST 2006
acinclude.m4 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
New commits:
diff-tree 392f27bf2b210aec6f511e5dba890d5f4c3b8802 (from 3dbe468fd6071adfba5f608da788502f1840af36)
Author: Dan Amelang <dan at amelang.net>
Date: Sat Dec 2 11:02:36 2006 -0800
[configure] Add -a option to grep calls in AX_C_FLOAT_WORDS_BIGENDIAN
This fixes bug #9124 reported here:
https://bugs.freedesktop.org/show_bug.cgi?id=9124
diff --git a/acinclude.m4 b/acinclude.m4
index a0eb13a..ae78d97 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -84,10 +84,10 @@ double d = 90904234967036810337470478905
]])], [
-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
More information about the cairo-commit
mailing list