gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-commit] gnash ChangeLog macros/freetype.m4


From: Rob Savoye
Subject: Re: [Gnash-commit] gnash ChangeLog macros/freetype.m4
Date: Wed, 28 Nov 2007 16:53:20 -0700
User-agent: Thunderbird 2.0.0.9 (X11/20071031)

Markus Gothe wrote:
CVSROOT:        /sources/gnash

     if test x"$PKG_CONFIG" != x -a x"${ac_cv_path_freetype_lib}" = x; then
-      $PKG_CONFIG --exists freetype2 && ac_cv_path_freetype_lib=`$PKG_CONFIG 
--libs-only-l freetype2`
+      $PKG_CONFIG --exists freetype2 && ac_cv_path_freetype_lib=`$PKG_CONFIG 
--libs freetype2`

Don't forget to put double quotes around the shell command part, or it causes obscure errors with Bash versions. So it should look like:

$PKG_CONFIG --exists freetype2 && ac_cv_path_freetype_lib="`$PKG_CONFIG --libs freetype2`"

        - rob -




reply via email to

[Prev in Thread] Current Thread [Next in Thread]