gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/macros gnashpkgtool.m4


From: Sandro Santilli
Subject: [Gnash-commit] gnash/macros gnashpkgtool.m4
Date: Wed, 17 Jan 2007 15:57:44 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/01/17 15:57:44

Modified files:
        macros         : gnashpkgtool.m4 

Log message:
        removed spurious debugging output

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/gnashpkgtool.m4?cvsroot=gnash&r1=1.35&r2=1.36

Patches:
Index: gnashpkgtool.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/gnashpkgtool.m4,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -b -r1.35 -r1.36
--- gnashpkgtool.m4     17 Jan 2007 15:55:53 -0000      1.35
+++ gnashpkgtool.m4     17 Jan 2007 15:57:44 -0000      1.36
@@ -14,7 +14,7 @@
 dnl  along with this program; if not, write to the Free Software
 dnl  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-dnl $Id: gnashpkgtool.m4,v 1.35 2007/01/17 15:55:53 strk Exp $
+dnl $Id: gnashpkgtool.m4,v 1.36 2007/01/17 15:57:44 strk Exp $
 
 dnl Generic macros for finding and setting include-paths and library-path
 dnl for packages. Implements GNASH_PKG_INCLUDES() and GNASH_PKG_LIBS().
@@ -68,7 +68,7 @@
            $PKG_CONFIG --exists lib$name && ac_cv_path_$1_lib=`$PKG_CONFIG 
--cflags lib$name`
            $PKG_CONFIG --exists $name && ac_cv_path_$1_incl=`$PKG_CONFIG 
--cflags $name`
            if test x"${ac_cv_path_$1_incl}" != x; then
-             AC_MSG_RESULT(${ac_cv_path_$1_incl} - pkg_config)
+             AC_MSG_RESULT(${ac_cv_path_$1_incl})
              found_$1_incl="yes"
            else
              AC_MSG_RESULT(not found)




reply via email to

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