You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by mh...@apache.org on 2005/01/07 17:37:28 UTC

cvs commit: xml-xalan/c Makefile.incl.in configure configure.in

mhoyt       2005/01/07 08:37:28

  Modified:    c        Makefile.incl.in configure configure.in
  Log:
  Remove explicit -fno-elide-constructor option from Linux settings and add 'g++3' to list of compilers to test for option in configure
  
  Revision  Changes    Path
  1.30      +1 -1      xml-xalan/c/Makefile.incl.in
  
  Index: Makefile.incl.in
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/Makefile.incl.in,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- Makefile.incl.in	6 Jan 2005 22:13:14 -0000	1.29
  +++ Makefile.incl.in	7 Jan 2005 16:37:28 -0000	1.30
  @@ -172,7 +172,7 @@
   
     endif
   
  -  PLATFORM_COMPILE_OPTIONS += ${PIC_OPTION} -D${PLATFORM} -D_REENTRANT -fno-elide-constructors
  +  PLATFORM_COMPILE_OPTIONS += ${PIC_OPTION} -D${PLATFORM} -D_REENTRANT
   
     # We need the ICU library if we are using the ICUBridge
     ifdef XALAN_USE_ICU
  
  
  
  1.7       +1 -1      xml-xalan/c/configure
  
  Index: configure
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/configure,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- configure	6 Apr 2004 15:08:44 -0000	1.6
  +++ configure	7 Jan 2005 16:37:28 -0000	1.7
  @@ -2690,7 +2690,7 @@
   
   
   
  -if test "$CXX" = "g++" -o "$CXX" = "c++"; then
  +if test "$CXX" = "g++" -o "$CXX" = "c++" -o "$CXX" = "g++3"; then
   
     echo "$as_me:$LINENO: checking whether -fno-elide-constructors works correctly" >&5
   echo $ECHO_N "checking whether -fno-elide-constructors works correctly... $ECHO_C" >&6
  
  
  
  1.8       +1 -1      xml-xalan/c/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/configure.in,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- configure.in	6 Apr 2004 15:08:44 -0000	1.7
  +++ configure.in	7 Jan 2005 16:37:28 -0000	1.8
  @@ -10,7 +10,7 @@
   
   dnl  Check for gcc problems
   
  -if test "$CXX" = "g++" -o "$CXX" = "c++"; then
  +if test "$CXX" = "g++" -o "$CXX" = "c++" -o "$CXX" = "g++3"; then
   
     AC_MSG_CHECKING([whether -fno-elide-constructors works correctly])
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org