gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r11878: Fix typo, smashing last stde


From: Sandro Santilli
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11878: Fix typo, smashing last stderr voicing of my ./configure runs on ubuntu 8.04
Date: Wed, 03 Feb 2010 22:04:47 +0100
User-agent: Bazaar (2.0.2)

------------------------------------------------------------
revno: 11878
committer: Sandro Santilli <address@hidden>
branch nick: trunk
timestamp: Wed 2010-02-03 22:04:47 +0100
message:
  Fix typo, smashing last stderr voicing of my ./configure runs on ubuntu 8.04
modified:
  macros/gnashpkgtool.m4
=== modified file 'macros/gnashpkgtool.m4'
--- a/macros/gnashpkgtool.m4    2010-01-01 17:48:26 +0000
+++ b/macros/gnashpkgtool.m4    2010-02-03 21:04:47 +0000
@@ -165,7 +165,7 @@
   dnl If the header doesn't exist, there is no point looking for the library.
   if test x$cross_compiling = xno; then
     if test x"$PKG_CONFIG" != x -a x"${ac_cv_path_$1_lib}" = x; then
-      $PKG_CONFIG --exists [lib]DASHDOWN && ac_cv_path_$1_lib="`$PKG_CONFIG 
--libs-only-l libDOWN[]`"
+      $PKG_CONFIG --exists [lib]DASHDOWN && ac_cv_path_$1_lib="`$PKG_CONFIG 
--libs-only-l [lib]DASHDOWN`"
       $PKG_CONFIG --exists DASHDOWN && ac_cv_path_$1_lib="`$PKG_CONFIG 
--libs-only-l DASHDOWN`"
       $PKG_CONFIG --exists lib$name && ac_cv_path_$1_lib="`$PKG_CONFIG 
--libs-only-l lib$name`"
       $PKG_CONFIG --exists $name && ac_cv_path_$1_lib="`$PKG_CONFIG 
--libs-only-l $name`"


reply via email to

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