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: Sat, 25 Nov 2006 21:06:13 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  06/11/25 21:06:13

Modified files:
        macros         : gnashpkgtool.m4 

Log message:
        More fixes :)

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

Patches:
Index: gnashpkgtool.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/gnashpkgtool.m4,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- gnashpkgtool.m4     25 Nov 2006 20:58:54 -0000      1.20
+++ gnashpkgtool.m4     25 Nov 2006 21:06:13 -0000      1.21
@@ -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.20 2006/11/25 20:58:54 nihilus Exp $
+dnl $Id: gnashpkgtool.m4,v 1.21 2006/11/25 21:06:13 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()..
@@ -129,10 +129,10 @@
                AC_MSG_CHECKING([for lib$1 library in specified directory])
                if test -f ${with_$1_lib}/lib$name.a -o -f 
${with_$1_lib}/lib$name.so; then
                        tmp=`(cd ${with_$1_lib}; pwd)`
-                       ac_cv_path_$1_lib="-L${tmp} -l$1"
+                       ac_cv_path_$1_lib="-L${tmp} -l$name"
                        AC_MSG_RESULT([yes])
                else
-                       AC_MSG_ERROR([${with_$1_lib} directory doesn't contain 
library $1.])
+                       AC_MSG_ERROR([${with_$1_lib} directory doesn't contain 
library $name.])
                        AC_MSG_RESULT([no])
                fi
        fi




reply via email to

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