gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash configure.ac


From: Rob Savoye
Subject: [Gnash-commit] gnash configure.ac
Date: Fri, 29 Sep 2006 15:27:07 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Rob Savoye <rsavoye>    06/09/29 15:27:07

Modified files:
        .              : configure.ac 

Log message:
        Don't end with a comma for the HAVE_STRINGCASECMP test.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&r1=1.118&r2=1.119

Patches:
Index: configure.ac
===================================================================
RCS file: /sources/gnash/gnash/configure.ac,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -b -r1.118 -r1.119
--- configure.ac        29 Sep 2006 10:57:53 -0000      1.118
+++ configure.ac        29 Sep 2006 15:27:07 -0000      1.119
@@ -33,7 +33,7 @@
 dnl also makes it possible to release a modified version which carries
 dnl forward this exception.
 
-dnl $Id: configure.ac,v 1.118 2006/09/29 10:57:53 nihilus Exp $
+dnl $Id: configure.ac,v 1.119 2006/09/29 15:27:07 rsavoye Exp $
 
 AC_PREREQ(2.50)
 AC_INIT(gnash, 0.7.1-cvs)
@@ -327,7 +327,7 @@
   char *p1 = (char *)"Hello";
   char *p2 = (char *)"World";
   strcasecmp(p1, p2); ],
-  AC_DEFINE(HAVE_STRINGCASECMP, [], [Has strcasecmp]),
+  AC_DEFINE(HAVE_STRINGCASECMP, [], [Has strcasecmp])
   )
 
 dnl AC_CHECK_FUNCS(strcasecmp stricmp)




reply via email to

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