|
From: <br...@us...> - 2009-10-31 09:56:53
|
Revision: 4034
http://openvrml.svn.sourceforge.net/openvrml/?rev=4034&view=rev
Author: braden
Date: 2009-10-31 09:56:45 +0000 (Sat, 31 Oct 2009)
Log Message:
-----------
Removed references to obsolete variants of mozilla-js.pc.
Modified Paths:
--------------
trunk/ChangeLog
trunk/configure.ac
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2009-10-31 09:48:54 UTC (rev 4033)
+++ trunk/ChangeLog 2009-10-31 09:56:45 UTC (rev 4034)
@@ -1,5 +1,10 @@
2009-10-31 Braden McDaniel <br...@en...>
+ * configure.ac: Removed references to obsolete variants of
+ mozilla-js.pc.
+
+2009-10-31 Braden McDaniel <br...@en...>
+
* configure.ac: Since all of the optional features now appear in
dynamically loaded modules, we no longer need the machinery to
propagate the resulting dependencies to the pkg-config metadata.
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2009-10-31 09:48:54 UTC (rev 4033)
+++ trunk/configure.ac 2009-10-31 09:56:45 UTC (rev 4034)
@@ -153,11 +153,7 @@
])
have_libmozjs=yes
-PKG_CHECK_MODULES([JS], [xulrunner-js], ,
- [PKG_CHECK_MODULES([JS], [firefox-js], ,
- [PKG_CHECK_MODULES([JS], [seamonkey-js], ,
- [PKG_CHECK_MODULES([JS], [mozilla-js >= 1.2.1], ,
- [have_libmozjs=no])])])])
+PKG_CHECK_MODULES([JS], [mozilla-js >= 1.2.1], , [have_libmozjs=no])
AC_CHECK_LIB([js], [JS_Init], [have_libjs=yes], [have_libjs=no])
#
# Ensure that we can, in fact, find and use the SpiderMonkey headers.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|