Bug 85760 - In MinGW32, checking for ax_cv_c_float_words_bigendian failed
Summary: In MinGW32, checking for ax_cv_c_float_words_bigendian failed
Status: RESOLVED DUPLICATE of bug 85120
Alias: None
Product: cairo
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
Hardware: x86-64 (AMD64) Windows (All)
: medium normal
Assignee: Chris Wilson
QA Contact: cairo-bugs mailing list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-02 15:55 UTC by Hiroshi Hatake
Modified: 2014-11-03 16:18 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
`conftest` needs `.exe` extension in MinGW configure phase. (602 bytes, text/plain)
2014-11-02 15:55 UTC, Hiroshi Hatake
Details

Description Hiroshi Hatake 2014-11-02 15:55:45 UTC
Created attachment 108796 [details]
`conftest` needs `.exe` extension in MinGW configure phase.

In cairo 1.14, it has been newly created `aclocal.float.m4`.

following conftest is forgotten `$ac_exeext`?
`conftest` is Windows executable.
In MinGW, this executable added `.exe` extension.

But following conftest is not atacched `.exe` entension.

---
if strings - conftest | grep noonsees >/dev/null ; then
   ax_cv_c_float_words_bigendian=yes
 fi
if strings - conftest | grep seesnoon >/dev/null ; then
   if test "$ax_cv_c_float_words_bigendian" = unknown; then
     ax_cv_c_float_words_bigendian=no
   else
---
Comment 1 Uli Schlachter 2014-11-03 16:18:24 UTC

*** This bug has been marked as a duplicate of bug 85120 ***


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.