gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r11910: fixed a typo in configure.ac


From: Markus Gothe
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11910: fixed a typo in configure.ac & cleaned up gnash_pkg_find
Date: Fri, 05 Feb 2010 03:09:41 +0100
User-agent: Bazaar (2.0.2)

------------------------------------------------------------
revno: 11910
committer: Markus Gothe <address@hidden>
branch nick: trunk
timestamp: Fri 2010-02-05 03:09:41 +0100
message:
  fixed a typo in configure.ac & cleaned up gnash_pkg_find
modified:
  macros/gnashpkgtool.m4
=== modified file 'macros/gnashpkgtool.m4'
--- a/macros/gnashpkgtool.m4    2010-02-05 02:06:55 +0000
+++ b/macros/gnashpkgtool.m4    2010-02-05 02:09:41 +0000
@@ -179,12 +179,12 @@
       $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`"
-      AC_MSG_CHECKING([for lib$1 library])
+      dnl AC_MSG_CHECKING([for lib$1 library])
       if test x"${ac_cv_path_$1_lib}" != x; then
-        AC_MSG_RESULT(${ac_cv_path_$1_lib})
+        dnl AC_MSG_RESULT(${ac_cv_path_$1_lib})
         ac_manual=no
-      else
-        AC_MSG_RESULT([not found])
+      dnl else
+        dnl AC_MSG_RESULT([not found])
       fi
     fi
     if test x"${ac_cv_path_$1_lib}" = x; then


reply via email to

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