Update of /cvsroot/openvrml/openvrml
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv354
Modified Files:
ChangeLog configure.ac
Log Message:
Removed XPIDL, XPIDLFLAGS precious variables.
Index: configure.ac
===================================================================
RCS file: /cvsroot/openvrml/openvrml/configure.ac,v
retrieving revision 1.96
retrieving revision 1.97
diff -C2 -d -r1.96 -r1.97
*** configure.ac 5 Oct 2006 03:31:36 -0000 1.96
--- configure.ac 9 Oct 2006 18:43:09 -0000 1.97
***************
*** 333,339 ****
AC_SUBST([OPENVRML_RPATH])
- AC_ARG_VAR([XPIDL], [Mozilla XPCOM IDL compiler])
- AC_ARG_VAR([XPIDLFLAGS], [Mozilla XPCOM IDL compiler flags])
-
if test X$enable_gtkplug != Xno; then
gtkglext_subdir=gtkglext
--- 333,336 ----
Index: ChangeLog
===================================================================
RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v
retrieving revision 1.1347
retrieving revision 1.1348
diff -C2 -d -r1.1347 -r1.1348
*** ChangeLog 9 Oct 2006 03:09:55 -0000 1.1347
--- ChangeLog 9 Oct 2006 18:43:09 -0000 1.1348
***************
*** 1,2 ****
--- 1,6 ----
+ 2006-10-09 Braden McDaniel <br...@en...>
+
+ * configure.ac: Removed XPIDL, XPIDLFLAGS precious variables.
+
2006-10-08 Braden McDaniel <br...@en...>
|