gnash-dev
[Top][All Lists]
Advanced

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

[Gnash-dev] pango.m4 patch


From: Patrice Dumas
Subject: [Gnash-dev] pango.m4 patch
Date: Fri, 11 Aug 2006 12:02:24 +0200
User-agent: Mutt/1.4.2.2i

Hello,

On a fedora development, one have
$ pkg-config --libs pango
-L/lib -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 

so the snippet in pango.m4 that use

ac_cv_path_pango_lib=`$PKG_CONFIG --libs pango`
gnash_pango_version=`echo ${ac_cv_path_pango_lib} | cut -f 1 -d ' ' | sed -  -e 
's/-lpango-//'`

Fails, since the version is then -L/lib...

In the attached patch the above snippet is used only if the version 
isn't found using the include dir name.

--
Pat

Attachment: pango.m4_version_dir.diff
Description: Text document


reply via email to

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