gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r11912: actually we want the linking


From: Markus Gothe
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11912: actually we want the linking path for agg as well not just -lagg
Date: Fri, 05 Feb 2010 22:50:22 +0100
User-agent: Bazaar (2.0.2)

------------------------------------------------------------
revno: 11912
committer: Markus Gothe <address@hidden>
branch nick: trunk
timestamp: Fri 2010-02-05 22:50:22 +0100
message:
  actually we want the linking path for agg as well not just -lagg
modified:
  macros/agg.m4
=== modified file 'macros/agg.m4'
--- a/macros/agg.m4     2010-01-01 17:48:26 +0000
+++ b/macros/agg.m4     2010-02-05 21:50:22 +0000
@@ -85,8 +85,7 @@
   pkg=no
   if test x$cross_compiling = xno; then
     if test x"$PKG_CONFIG" != x -a x"${ac_cv_path_agg_lib}" = x; then
-      $PKG_CONFIG --exists libagg && ac_cv_path_agg_lib="`$PKG_CONFIG 
--libs-only-l libagg`"
-      $PKG_CONFIG --exists libagg && 
ac_cv_path_agg_lib="${ac_cv_path_agg_lib}`$PKG_CONFIG --libs-only-l libagg`"
+      $PKG_CONFIG --exists libagg && ac_cv_path_agg_lib="`$PKG_CONFIG --libs 
libagg`"
       $PKG_CONFIG --exists libagg && pkg=yes
     fi
   fi


reply via email to

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