Bug 85760

Summary: In MinGW32, checking for ax_cv_c_float_words_bigendian failed
Product: cairo Reporter: Hiroshi Hatake <cosmo0920.oucc>
Component: generalAssignee: Chris Wilson <chris>
Status: RESOLVED DUPLICATE QA Contact: cairo-bugs mailing list <cairo-bugs>
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: x86-64 (AMD64)   
OS: Windows (All)   
Whiteboard:
i915 platform: i915 features:
Attachments: `conftest` needs `.exe` extension in MinGW configure phase.

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.