You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4cxx-dev@logging.apache.org by mc...@apache.org on 2004/04/25 21:47:40 UTC

cvs commit: logging-log4cxx/xdocs/src/manual Doxyfile.in

mcatan      2004/04/25 12:47:40

  Modified:    docs     Doxyfile.in
               xdocs/src/manual Doxyfile.in
  Log:
  log4cxx could not compile when configured without XML
  
  Revision  Changes    Path
  1.7       +1 -1      logging-log4cxx/docs/Doxyfile.in
  
  Index: Doxyfile.in
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/docs/Doxyfile.in,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- Doxyfile.in	5 Apr 2004 20:50:22 -0000	1.6
  +++ Doxyfile.in	25 Apr 2004 19:47:40 -0000	1.7
  @@ -797,7 +797,7 @@
   # or name=definition (no spaces). If the definition and the = are 
   # omitted =1 is assumed.
   
  -PREDEFINED             = HAVE_SMTP HAVE_ODBC
  +PREDEFINED             = HAVE_SMTP HAVE_ODBC HAVE_XML
   
   # If the MACRO_EXPANSION and EXPAND_PREDEF_ONLY tags are set to YES then 
   # this tag can be used to specify a list of macro names that should be expanded. 
  
  
  
  1.2       +1 -1      logging-log4cxx/xdocs/src/manual/Doxyfile.in
  
  Index: Doxyfile.in
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/xdocs/src/manual/Doxyfile.in,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Doxyfile.in	7 Mar 2004 04:58:12 -0000	1.1
  +++ Doxyfile.in	25 Apr 2004 19:47:40 -0000	1.2
  @@ -793,7 +793,7 @@
   # or name=definition (no spaces). If the definition and the = are 
   # omitted =1 is assumed.
   
  -PREDEFINED             = HAVE_SMTP HAVE_ODBC
  +PREDEFINED             = HAVE_SMTP HAVE_ODBC HAVE_XML
   
   # If the MACRO_EXPANSION and EXPAND_PREDEF_ONLY tags are set to YES then 
   # this tag can be used to specify a list of macro names that should be expanded.