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: Tue, 24 Oct 2006 02:16:04 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  06/10/24 02:16:04

Modified files:
        macros         : gnashpkgtool.m4 

Log message:
        Fixed dollar-sign-bug...

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

Patches:
Index: gnashpkgtool.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/gnashpkgtool.m4,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- gnashpkgtool.m4     24 Oct 2006 02:11:04 -0000      1.7
+++ gnashpkgtool.m4     24 Oct 2006 02:16:03 -0000      1.8
@@ -35,7 +35,7 @@
 dnl  
 dnl 
 
-dnl $Id: gnashpkgtool.m4,v 1.7 2006/10/24 02:11:04 nihilus Exp $
+dnl $Id: gnashpkgtool.m4,v 1.8 2006/10/24 02:16:03 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()..
@@ -109,7 +109,7 @@
                UP[]_CFLAGS=""
        fi
 fi
-       AM_CONDITIONAL(HAVE_UP[], [test x$1 = xyes])
+       AM_CONDITIONAL(HAVE_UP[], [test x"${$1}" = xyes])
        AC_SUBST(UP[]_CFLAGS)
 ])
 
@@ -118,6 +118,6 @@
 pushdef([UP], translit([$1], [a-z], [A-Z]))dnl Uppercase
 pushdef([DOWN], translit([$1], [A-Z], [a-z]))dnl Lowercase
 
-       AM_CONDITIONAL(HAVE_UP[], [test x$1 = xyes])
+       AM_CONDITIONAL(HAVE_UP[], [test x"${$1}" = xyes])
        AC_SUBST(UP[]_LIBS)
 ])




reply via email to

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