CVSROOT: /sources/gnash Module name: gnash Changes by: Benjamin Wolsey <bwy> 08/01/10 07:42:41
Modified files: . : configure.ac ChangeLog Log message: * configure.ac: hopefully make sure pythonmodule really doesn't build automatically. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&r1=1.469&r2=1.470 http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.5359&r2=1.5360 Patches: Index: configure.ac =================================================================== RCS file: /sources/gnash/gnash/configure.ac,v retrieving revision 1.469 retrieving revision 1.470 diff -u -b -r1.469 -r1.470 --- configure.ac 9 Jan 2008 20:06:01 -0000 1.469 +++ configure.ac 10 Jan 2008 07:42:40 -0000 1.470 @@ -15,7 +15,7 @@ dnl Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA dnl -dnl $Id: configure.ac,v 1.469 2008/01/09 20:06:01 bwy Exp $ +dnl $Id: configure.ac,v 1.470 2008/01/10 07:42:40 bwy Exp $ AC_PREREQ(2.50) AC_INIT(gnash, cvs) @@ -881,7 +881,7 @@ PKG_PROG_PKG_CONFIG AC_PATH_PROG(PYTHON, python, ,[${pathlist}]) -AM_CONDITIONAL([ENABLE_GNASH_PYTHON_MODULE], 0) +AM_CONDITIONAL([ENABLE_GNASH_PYTHON_MODULE], FALSE) dnl Look for scratchbox Index: ChangeLog =================================================================== RCS file: /sources/gnash/gnash/ChangeLog,v retrieving revision 1.5359 retrieving revision 1.5360 diff -u -b -r1.5359 -r1.5360 --- ChangeLog 10 Jan 2008 00:36:23 -0000 1.5359 +++ ChangeLog 10 Jan 2008 07:42:40 -0000 1.5360 @@ -1,5 +1,10 @@ 2008-01-10 Benjamin Wolsey <[EMAIL PROTECTED]> + * configure.ac: hopefully make sure pythonmodule really doesn't + build automatically. + +2008-01-10 Benjamin Wolsey <[EMAIL PROTECTED]> + * server/movie_root.cpp: use get() method of smart pointer fix a broken build (at least with boost 1.33). * pythonmodule/*: General fix up. _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit