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/10/10 22:09:25 UTC

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

jasons      01/10/10 13:09:25

  Modified:    perl/hints dec_osf.pl
  Log:
  	* hints/dec_osf.pl (Repository):
  	Added -DHAS_BOOL
  
  Revision  Changes    Path
  1.2       +1 -0      xml-xerces/perl/hints/dec_osf.pl
  
  Index: dec_osf.pl
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/hints/dec_osf.pl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- dec_osf.pl	2001/10/07 16:49:25	1.1
  +++ dec_osf.pl	2001/10/10 20:09:25	1.2
  @@ -4,6 +4,7 @@
   
   $self->{CC}= "cxx -v";
   $self->{LD}= "cxx -v";   # add cxx release dependent objects
  +$self->{CCFLAGS} .= " -DHAS_BOOL";
   
   sub const_config {
   	my $out=shift->SUPER::const_config;
  
  
  

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