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: Markus Gothe
Subject: [Gnash-commit] gnash/macros gnashpkgtool.m4
Date: Thu, 26 Oct 2006 22:31:52 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  06/10/26 22:31:52

Modified files:
        macros         : gnashpkgtool.m4 

Log message:
        Extended --cflags-looking for pkg-config.

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

Patches:
Index: gnashpkgtool.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/gnashpkgtool.m4,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- gnashpkgtool.m4     26 Oct 2006 21:34:55 -0000      1.11
+++ gnashpkgtool.m4     26 Oct 2006 22:31:52 -0000      1.12
@@ -35,7 +35,7 @@
 dnl  
 dnl 
 
-dnl $Id: gnashpkgtool.m4,v 1.11 2006/10/26 21:34:55 nihilus Exp $
+dnl $Id: gnashpkgtool.m4,v 1.12 2006/10/26 22:31:52 nihilus 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,6 +68,7 @@
 
        if test x"$PKG_CONFIG" != x -a x"${ac_cv_path_$1_incl}" = x; then
                $PKG_CONFIG --exists $1 && ac_cv_path_$1_incl=`$PKG_CONFIG 
--cflags $1`
+               $PKG_CONFIG --exists lib$1 && ac_cv_path_$1_lib=`$PKG_CONFIG 
--cflags lib$1`
        fi
 
        dnl If the path hasn't been specified, go look for it.




reply via email to

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