From: Braden M. <br...@us...> - 2007-01-23 06:39:57
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv20877 Modified Files: Tag: OpenVRML-0_16-BRANCH ChangeLog configure.ac Log Message: Removed redundant checks to see whether openvrml-gtkplug should be built (apparent cruft). Index: configure.ac =================================================================== RCS file: /cvsroot/openvrml/openvrml/configure.ac,v retrieving revision 1.92.2.11 retrieving revision 1.92.2.12 diff -C2 -d -r1.92.2.11 -r1.92.2.12 *** configure.ac 30 Dec 2006 23:37:06 -0000 1.92.2.11 --- configure.ac 23 Jan 2007 06:39:56 -0000 1.92.2.12 *************** *** 306,317 **** fi - if test X$enable_gtkplug != Xno; then - if test X$have_gtk = Xno; then - AC_MSG_FAILURE([GTK+ is required to build the GtkPlug]) - fi - fi - AM_CONDITIONAL([ENABLE_GTKPLUG], - [test X$enable_gtkplug != Xno -a X$have_gtk != Xno]) - # # build examples --- 306,309 ---- Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1310.2.104 retrieving revision 1.1310.2.105 diff -C2 -d -r1.1310.2.104 -r1.1310.2.105 *** ChangeLog 23 Jan 2007 05:51:55 -0000 1.1310.2.104 --- ChangeLog 23 Jan 2007 06:39:55 -0000 1.1310.2.105 *************** *** 1,4 **** --- 1,9 ---- 2007-01-23 Braden McDaniel <br...@en...> + * configure.ac: Removed redundant checks to see whether + openvrml-gtkplug should be built (apparent cruft). + + 2007-01-23 Braden McDaniel <br...@en...> + Added load-url command to openvrml-gtkplug; this facilitates loading a new world into an existing component instance. |