[cairo-commit] build/aclocal.float.m4
Adrian Johnson
ajohnson at kemper.freedesktop.org
Tue Oct 21 05:13:11 PDT 2014
build/aclocal.float.m4 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit f9b65ae1fc91bc558a01c2ad7be5a121c6f10818
Author: Adrian Johnson <ajohnson at redneon.com>
Date: Tue Oct 21 22:35:12 2014 +1030
build: fix regression on mingw
7cfebce1 removed the filename extension for executables.
Patch from http://sourceforge.net/p/inkscape/mailman/message/32939144/
Bug 85120
diff --git a/build/aclocal.float.m4 b/build/aclocal.float.m4
index bc0a91c..8f85f08 100644
--- a/build/aclocal.float.m4
+++ b/build/aclocal.float.m4
@@ -31,10 +31,10 @@ int main() { return 0; }
]])], [
-if strings - conftest | grep noonsees >/dev/null ; then
+if strings - conftest$ac_exeext | grep noonsees >/dev/null ; then
ax_cv_c_float_words_bigendian=yes
fi
-if strings - conftest | grep seesnoon >/dev/null ; then
+if strings - conftest$ac_exeext | 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