CVSROOT: /sources/gnash Module name: gnash Changes by: Sandro Santilli <strk> 07/06/13 09:29:04
Modified files: . : ChangeLog configure.ac Log message: * configure.ac: newlines are tokens with bourne shell ! CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3519&r2=1.3520 http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&r1=1.338&r2=1.339 Patches: Index: ChangeLog =================================================================== RCS file: /sources/gnash/gnash/ChangeLog,v retrieving revision 1.3519 retrieving revision 1.3520 diff -u -b -r1.3519 -r1.3520 --- ChangeLog 13 Jun 2007 07:26:45 -0000 1.3519 +++ ChangeLog 13 Jun 2007 09:29:04 -0000 1.3520 @@ -1,5 +1,9 @@ 2007-06-13 Sandro Santilli <[EMAIL PROTECTED]> + * configure.ac: newlines are tokens with bourne shell ! + +2007-06-13 Sandro Santilli <[EMAIL PROTECTED]> + * server/FreetypeRasterizer.cpp: fix build w/out libfreetype. 2007-06-13 Sandro Santilli <[EMAIL PROTECTED]> Index: configure.ac =================================================================== RCS file: /sources/gnash/gnash/configure.ac,v retrieving revision 1.338 retrieving revision 1.339 diff -u -b -r1.338 -r1.339 --- configure.ac 12 Jun 2007 12:33:21 -0000 1.338 +++ configure.ac 13 Jun 2007 09:29:04 -0000 1.339 @@ -15,7 +15,7 @@ dnl Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA dnl -dnl $Id: configure.ac,v 1.338 2007/06/12 12:33:21 strk Exp $ +dnl $Id: configure.ac,v 1.339 2007/06/13 09:29:04 strk Exp $ AC_PREREQ(2.50) AC_INIT(gnash, cvs) @@ -252,8 +252,7 @@ AM_CONDITIONAL(USE_RENDERER_CAIRO, test x$renderer = xcairo) if test x$renderer = xagg; then - if test x"$gui" != xfb -a x"$gui" != xgtk -a x"$gui" != xsdl -a x"$gui" != xriscos -a x"$gui" != xfltk - -a x"$gui" != xkde; then + if test x"$gui" != xfb -a x"$gui" != xgtk -a x"$gui" != xsdl -a x"$gui" != xriscos -a x"$gui" != xfltk -a x"$gui" != xkde; then AC_MSG_ERROR([agg renderer is only supported by fb, gtk, riscos, sdl, fltk and kde GUIs]); fi AC_DEFINE([RENDERER_AGG], [], [Use AntiGrain renderer]) _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit