Summary: | In MinGW32, checking for ax_cv_c_float_words_bigendian failed | ||
---|---|---|---|
Product: | cairo | Reporter: | Hiroshi Hatake <cosmo0920.oucc> |
Component: | general | Assignee: | 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. |
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.
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 ---