From: <br...@us...> - 2009-07-02 08:58:53
|
Revision: 3937 http://openvrml.svn.sourceforge.net/openvrml/?rev=3937&view=rev Author: braden Date: 2009-07-02 08:57:53 +0000 (Thu, 02 Jul 2009) Log Message: ----------- Removed obsolete AC_DEFINE of OPENVRML_ENABLE_SCRIPT_NODE_JAVASCRIPT. Modified Paths: -------------- trunk/ChangeLog trunk/configure.ac Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2009-07-02 05:54:22 UTC (rev 3936) +++ trunk/ChangeLog 2009-07-02 08:57:53 UTC (rev 3937) @@ -1,5 +1,10 @@ 2009-07-02 Braden McDaniel <br...@en...> + * configure.ac: Removed obsolete AC_DEFINE of + OPENVRML_ENABLE_SCRIPT_NODE_JAVASCRIPT. + +2009-07-02 Braden McDaniel <br...@en...> + * README: Point to trac resources rather than the old SourceForge ones. Modified: trunk/configure.ac =================================================================== --- trunk/configure.ac 2009-07-02 05:54:22 UTC (rev 3936) +++ trunk/configure.ac 2009-07-02 08:57:53 UTC (rev 3937) @@ -343,8 +343,6 @@ AS_IF([test -z "$JS_LIBS"], [JS_LIBS="-ljs"])]) AS_IF([test \( \( X$have_libmozjs = Xno -o \( X$with_libjs = Xyes -a X$have_libjs = Xno \) \) -a -z "$JS_LIBS" \) -o X$have_jsapi_h != Xyes], [AC_MSG_FAILURE([SpiderMonkey is required for Script node JavaScript support])]) -AC_DEFINE([OPENVRML_ENABLE_SCRIPT_NODE_JAVASCRIPT], [1], - [Defined if Script node JavaScript support is enabled.]) # # Figure out whether we need to add -DJS_THREADSAFE to JS_CFLAGS. # This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |