CVSROOT: /sources/gnash Module name: gnash Changes by: Markus Gothe <nihilus> 07/09/19 02:17:38
Modified files: . : configure.ac ChangeLog Log message: Fixed a typo, disablee -> disable. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&r1=1.420&r2=1.421 http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.4343&r2=1.4344 Patches: Index: configure.ac =================================================================== RCS file: /sources/gnash/gnash/configure.ac,v retrieving revision 1.420 retrieving revision 1.421 diff -u -b -r1.420 -r1.421 --- configure.ac 14 Sep 2007 07:38:34 -0000 1.420 +++ configure.ac 19 Sep 2007 02:17:37 -0000 1.421 @@ -15,7 +15,7 @@ dnl Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA dnl -dnl $Id: configure.ac,v 1.420 2007/09/14 07:38:34 nihilus Exp $ +dnl $Id: configure.ac,v 1.421 2007/09/19 02:17:37 nihilus Exp $ AC_PREREQ(2.50) AC_INIT(gnash, cvs) @@ -428,7 +428,7 @@ dnl -------------------------------------------------------- AC_ARG_ENABLE(mit-shm, - AC_HELP_STRING([--disablee-mit-shm], [Disable support for the MIT-SHM X extension]), + AC_HELP_STRING([--disable-mit-shm], [Disable support for the MIT-SHM X extension]), [case "${enableval}" in yes) xmitshm=yes ;; no) xmitshm=no ;; Index: ChangeLog =================================================================== RCS file: /sources/gnash/gnash/ChangeLog,v retrieving revision 1.4343 retrieving revision 1.4344 diff -u -b -r1.4343 -r1.4344 --- ChangeLog 18 Sep 2007 14:57:22 -0000 1.4343 +++ ChangeLog 19 Sep 2007 02:17:38 -0000 1.4344 @@ -1,3 +1,7 @@ +2007-09-19 Markus Gothe <[EMAIL PROTECTED]> + + * configure.ac: Fixed typo. + 2007-09-18 Sandro Santilli <[EMAIL PROTECTED]> * server/sprite_instance.{cpp,h}: allow multiple edit_text_character _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit