<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:johannesobermayr@gmx.de" title="Johannes Obermayr <johannesobermayr@gmx.de>"> <span class="fn">Johannes Obermayr</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTOURBUG - [regression] configure: error: Could not find llvm shared libraries"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=59967">bug 59967</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>REOPENED
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>NOTOURBUG
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTOURBUG - [regression] configure: error: Could not find llvm shared libraries"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=59967#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTOURBUG - [regression] configure: error: Could not find llvm shared libraries"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=59967">bug 59967</a>
              from <span class="vcard"><a class="email" href="mailto:johannesobermayr@gmx.de" title="Johannes Obermayr <johannesobermayr@gmx.de>"> <span class="fn">Johannes Obermayr</span></a>
</span></b>
        <pre>LLVM_CONFIG="/usr/bin/llvm-config-3.2" ./configure $SWITCHES
is your friend.

Mesa's build system supports and should only support officially supported
builds of upstream projects - LLVM's cmake and auto* build systems do not have
a switch to add a "-3.2" suffix to llvm-config.
Sorry, but we cannot support billions of (user-modified) cases by modifing
build system each time - It is hard enough to support official builds.

If people or in this bad case even distributions think they must modify and
mess up things it is their own problem and they should read and understand
configure to find a simple solution:
"  ac_cv_path_LLVM_CONFIG="$LLVM_CONFIG" # Let the user override the test with
a path
[...]
LLVM_CONFIG=$ac_cv_path_LLVM_CONFIG"</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>