gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r11752: also look for libpango*.dll.


From: Rob Savoye
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11752: also look for libpango*.dll.a to keep Cygwin happy.
Date: Thu, 14 Jan 2010 16:40:51 -0700
User-agent: Bazaar (2.0.2)

------------------------------------------------------------
revno: 11752
committer: Rob Savoye <address@hidden>
branch nick: trunk
timestamp: Thu 2010-01-14 16:40:51 -0700
message:
  also look for libpango*.dll.a to keep Cygwin happy.
modified:
  macros/pango.m4
=== modified file 'macros/pango.m4'
--- a/macros/pango.m4   2010-01-01 17:48:26 +0000
+++ b/macros/pango.m4   2010-01-14 23:40:51 +0000
@@ -85,10 +85,10 @@
   AC_ARG_WITH(pango_lib, AC_HELP_STRING([--with-pango-lib], [directory where 
pango library is]), with_pango_lib=${withval})
   AC_CACHE_VAL(ac_cv_path_pango_lib,[
     if test x"${with_pango_lib}" != x ; then
-      if test -f ${with_pango_lib}/libpangopango-x11-${gnash_pango_version}.a 
-o -f ${with_pango_lib}/libpangopango-x11-${gnash_pango_version}.${shlibext}; 
then
+      if test -f ${with_pango_lib}/libpangox-${gnash_pango_version}.a -o -f 
${with_pango_lib}/libpango-x11-${gnash_pango_version}.${shlibext} -o -f 
${with_pango_lib}/libpangox-${gnash_pango_version}.${shlibext}.a; then
        ac_cv_path_pango_lib=-L`(cd ${with_pango_lib}; pwd)`
       else
-       AC_MSG_ERROR([${with_pango_lib} directory doesn't contain 
libpangopango.])
+       AC_MSG_ERROR([${with_pango_lib} directory doesn't contain libpango.])
       fi
     fi
   ])


reply via email to

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