From: Braden M. <br...@us...> - 2007-03-05 08:21:21
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv25547 Modified Files: ChangeLog Log Message: Added back mozincludedir substitution, which apparently got stomped on at some point. Its loss was disguised by mozilla-xpcom.pc adding flags for this directory; but as of firefox 1.5.0.10, mozilla-plugin.pc no longer depends on mozilla-xpcom.pc. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1456 retrieving revision 1.1457 diff -C2 -d -r1.1456 -r1.1457 *** ChangeLog 25 Feb 2007 02:37:13 -0000 1.1456 --- ChangeLog 5 Mar 2007 08:21:20 -0000 1.1457 *************** *** 1,2 **** --- 1,10 ---- + 2007-03-05 Braden McDaniel <br...@en...> + + * mozilla-plugin/configure.ac: Added back mozincludedir + substitution, which apparently got stomped on at some point. Its + loss was disguised by mozilla-xpcom.pc adding flags for this + directory; but as of firefox 1.5.0.10, mozilla-plugin.pc no longer + depends on mozilla-xpcom.pc. + 2007-02-24 Braden McDaniel <br...@en...> |