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:27:33 +0000

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

Modified files:
        macros         : gnashpkgtool.m4 

Log message:
        Define HAVE_var correctly.

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

Patches:
Index: gnashpkgtool.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/gnashpkgtool.m4,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- gnashpkgtool.m4     24 Oct 2006 02:16:03 -0000      1.8
+++ gnashpkgtool.m4     24 Oct 2006 02:27:33 -0000      1.9
@@ -35,7 +35,7 @@
 dnl  
 dnl 
 
-dnl $Id: gnashpkgtool.m4,v 1.8 2006/10/24 02:16:03 nihilus Exp $
+dnl $Id: gnashpkgtool.m4,v 1.9 2006/10/24 02:27:33 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,8 +109,11 @@
                UP[]_CFLAGS=""
        fi
 fi
-       AM_CONDITIONAL(HAVE_UP[], [test x"${$1}" = xyes])
+       AM_CONDITIONAL(HAVE_[]UP, [test x"${$1}" = xyes])
        AC_SUBST(UP[]_CFLAGS)
+
+popdef([UP])
+popdef([DOWN])
 ])
 
 AC_DEFUN([GNASH_PKG_LIBS], dnl




reply via email to

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