<pre>Albert wrote:<br><br>&gt;A Dilluns, 9 de març de 2009, Vincent Torri va escriure:<br>&gt;&gt;<i> &gt;    Check for pkgconfig before using it<br></i>&gt;&gt;<i> &gt;<br></i>&gt;&gt;<i> &gt;    At the moment if pkgconfig is not installed, an unhelpful syntax<br>
</i>&gt;&gt;<i> &gt;    error appears when testing for freetype. Identify the problem<br></i>&gt;&gt;<i> &gt;    earlier on<br></i>&gt;&gt;<i> &gt;<br></i>&gt;&gt;<i> &gt; +dnl ##### Check for pkgconfig<br></i>&gt;&gt;<i> &gt; +AC_CHECK_PROG(HAVE_PKGCONFIG, pkg-config, yes, no)<br>
</i>&gt;&gt;<i> &gt; +if test &quot;x$HAVE_PKGCONFIG&quot; = &quot;xno&quot;; then<br></i>&gt;&gt;<i> &gt; +  AC_MSG_ERROR(&quot;*** pkg-config not found ***&quot;)<br></i>&gt;&gt;<i> &gt; +fi<br></i>&gt;&gt;<i> &gt; +<br>
</i>&gt;&gt;<i><br></i>&gt;&gt;<i> you should use PKG_PROG_PKG_CONFIG instead (macro that is in pkg.m4)<br></i>&gt;<br>&gt;Can you attach a patch please?<br>&gt;<br>&gt;Albert<br><br><br>A patch is in bugzilla: <a href="https://bugs.freedesktop.org/show_bug.cgi?id=20588">https://bugs.freedesktop.org/show_bug.cgi?id=20588</a><br>
<br><br>Kind regards,<br><br>Hib Eris<br><br><br></pre>