From: Braden M. <br...@us...> - 2006-10-25 19:23:26
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv19685 Modified Files: ChangeLog Log Message: Accommodate building against Firefox development headers. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1354 retrieving revision 1.1355 diff -C2 -d -r1.1354 -r1.1355 *** ChangeLog 23 Oct 2006 06:39:28 -0000 1.1354 --- ChangeLog 25 Oct 2006 19:23:23 -0000 1.1355 *************** *** 1,2 **** --- 1,12 ---- + 2006-10-25 Braden McDaniel <br...@en...> + + Accommodate building against Firefox development headers. + + * configure.ac: First look for firefox-js; fall back to + mozilla-js. + * openvrml.spec.in: Depend on firefox instead of mozilla. + * mozilla-plugin/configure.ac: First look for firefox-plugin; fall + back to mozilla-plugin. + 2006-10-23 Braden McDaniel <br...@en...> |