You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ja...@apache.org on 2001/11/03 05:41:26 UTC

cvs commit: xml-xerces/perl/hints solaris_2.pl

jasons      01/11/02 20:41:26

  Modified:    perl/hints solaris_2.pl
  Log:
  	* hints/solaris_2.pl (Repository):
  	Fixed -HAS_BOOL to -DHAS_BOOL
  
  Revision  Changes    Path
  1.3       +1 -1      xml-xerces/perl/hints/solaris_2.pl
  
  Index: solaris_2.pl
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/hints/solaris_2.pl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- solaris_2.pl	2001/10/10 20:20:28	1.2
  +++ solaris_2.pl	2001/11/03 04:41:26	1.3
  @@ -8,5 +8,5 @@
   if ($Config{gccversion}) {
   
     # gcc on solaris needs HAS_BOOL
  -  $self->{CCFLAGS} .= " -HAS_BOOL";
  +  $self->{CCFLAGS} .= " -DHAS_BOOL";
   }
  
  
  

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