CVSROOT: /sources/gnash
Module name: gnash
Changes by: Markus Gothe <nihilus> 06/10/07 20:05:05
Modified files:
. : configure.ac
Log message:
Simplify size_t check.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&r1=1.131&r2=1.132
Patches:
Index: configure.ac
===================================================================
RCS file: /sources/gnash/gnash/configure.ac,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -b -r1.131 -r1.132
--- configure.ac 7 Oct 2006 19:46:31 -0000 1.131
+++ configure.ac 7 Oct 2006 20:05:05 -0000 1.132
@@ -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.131 2006/10/07 19:46:31 nihilus Exp $
+dnl $Id: configure.ac,v 1.132 2006/10/07 20:05:05 nihilus Exp $
AC_PREREQ(2.50)
AC_INIT(gnash, 0.7.1-cvs)
@@ -406,7 +406,7 @@
dnl before checking for gstreamer
dnl
-KDE_CHECK_STRLCPY dnl set SIZEOF_SIZE_T.
+AC_CHECK_SIZEOF(size_t) dnl set SIZEOF_SIZE_T.
if test x$renderer = xkde -o x$gui = xkde; then
KDE_SET_PREFIX
_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit