gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog configure.ac


From: Markus Gothe
Subject: [Gnash-commit] gnash ChangeLog configure.ac
Date: Sat, 07 Oct 2006 19:46:31 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  06/10/07 19:46:31

Modified files:
        .              : ChangeLog configure.ac 

Log message:
        Check and set #SIZEOF_SIZE_T.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1065&r2=1.1066
http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&r1=1.130&r2=1.131

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1065
retrieving revision 1.1066
diff -u -b -r1.1065 -r1.1066
--- ChangeLog   7 Oct 2006 19:21:49 -0000       1.1065
+++ ChangeLog   7 Oct 2006 19:46:31 -0000       1.1066
@@ -40,6 +40,7 @@
        * configure.ac: Fixed typo. '!=' -> '='.
        * macros/sdl.m4: Fixed finding libpath.
        * plugin/plugin.h: Define __FUNCTION__ and __PRETTY_FUNCTION__ if not.
+       * configure.ac: Check and set #SIZEOF_SIZE_T.
 
 2006-10-07 Tomas Groth Christensen <address@hidden>
 

Index: configure.ac
===================================================================
RCS file: /sources/gnash/gnash/configure.ac,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -b -r1.130 -r1.131
--- configure.ac        7 Oct 2006 14:20:27 -0000       1.130
+++ configure.ac        7 Oct 2006 19:46:31 -0000       1.131
@@ -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.130 2006/10/07 14:20:27 tgc Exp $
+dnl $Id: configure.ac,v 1.131 2006/10/07 19:46:31 nihilus Exp $
 
 AC_PREREQ(2.50)
 AC_INIT(gnash, 0.7.1-cvs)
@@ -406,6 +406,8 @@
 dnl before checking for gstreamer
 dnl
 
+KDE_CHECK_STRLCPY dnl set SIZEOF_SIZE_T.
+
 if test x$renderer = xkde -o x$gui = xkde; then
 KDE_SET_PREFIX
 AM_KDE_WITH_NLS




reply via email to

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