<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - In MinGW32, checking for ax_cv_c_float_words_bigendian failed"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=85760">85760</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>In MinGW32, checking for ax_cv_c_float_words_bigendian failed
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>cairo
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>x86-64 (AMD64)
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Windows (All)
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>general
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>chris@chris-wilson.co.uk
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>cosmo0920.oucc@gmail.com
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>cairo-bugs@cairographics.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=108796" name="attach_108796" title="`conftest` needs `.exe` extension in MinGW configure phase.">attachment 108796</a> <a href="attachment.cgi?id=108796&action=edit" title="`conftest` needs `.exe` extension in MinGW configure phase.">[details]</a></span>
`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
---</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>