<html>
    <head>
      <base href="https://bugs.webkit.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 - [GTK] configure script in webkitgtk-2.4.8 runs pkg-config directly instead of using $PKG_CONFIG"
   href="https://bugs.webkit.org/show_bug.cgi?id=143841">143841</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>[GTK] configure script in webkitgtk-2.4.8 runs pkg-config directly instead of using $PKG_CONFIG
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>528+ (Nightly build)
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux
          </td>
        </tr>

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

        <tr>
          <th>Severity</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P3
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>WebKit Gtk
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>calvin.walton&#64;kepstin.ca
          </td>
        </tr></table>
      <p>
        <div>
        <pre>When building webkitgtk-2.4.8 on a system which requires using a prefixed pkg-config (e.g. &quot;x86_64-pc-linux-gnu-pkg-config&quot;), there's a failure during configure:

checking for LIBXML... yes
checking for PANGO... yes
checking for ENCHANT... yes
checking for CAIRO... yes
checking for GTK... yes
checking for GTK_X11... no
./configure: line 18407: pkg-config: command not found
configure: error: Package requirements (gtk+-x11-3.0 = ) were not met:

Comparison operator but no version after package name 'gtk+-x11-3.0' in file '(command line arguments)'

This is due to one place in Source/autotools/FindDependencies.m4 where &quot;pkg-config&quot; is used instead of &quot;${PKG_CONFIG}&quot;.

Trivial patch attached.</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>