[cairo-commit] acinclude.m4
Dan Amelang
dan at kemper.freedesktop.org
Sat Dec 30 21:16:41 PST 2006
acinclude.m4 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
New commits:
diff-tree 26b06516a77fbbe88f2eb081e2763c1434959137 (from eafd6e454a85c807f2addf7768046fea58aea3f9)
Author: Dan Amelang <dan at amelang.net>
Date: Sat Dec 30 21:14:14 2006 -0800
Use the "-" option (instead of "-a") when calling "strings"
This is needed to fix the AX_C_FLOAT_WORDS_BIGENDIAN macro on Mac OS X 10.2,
which was brought up here:
https://bugs.freedesktop.org/show_bug.cgi?id=9124
diff --git a/acinclude.m4 b/acinclude.m4
index a8c4743..3cfe410 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -84,10 +84,10 @@ double d = 90904234967036810337470478905
]])], [
-if strings -a conftest.$ac_objext | grep noonsees >/dev/null ; then
+if strings - conftest.$ac_objext | grep noonsees >/dev/null ; then
ax_cv_c_float_words_bigendian=yes
fi
-if strings -a conftest.$ac_objext | grep seesnoon >/dev/null ; then
+if strings - conftest.$ac_objext | grep seesnoon >/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