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 2002/02/21 03:54:41 UTC

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

jasons      02/02/20 18:54:40

  Modified:    perl/hints aix.pl
  Log:
  	* hints/aix.pl (Repository):
  	turned 'macro' into CCFLAGS
  
  Revision  Changes    Path
  1.2       +1 -1      xml-xerces/perl/hints/aix.pl
  
  Index: aix.pl
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/hints/aix.pl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- aix.pl	3 Nov 2001 02:55:34 -0000	1.1
  +++ aix.pl	21 Feb 2002 02:54:40 -0000	1.2
  @@ -1,4 +1,4 @@
  -$self->{macro}= "-DHAS_BOOL -Dbool=int";
  +$self->{CCFLAGS} .= " -DHAS_BOOL -Dbool=int";
   
   __END__
   This was derived from the following email:
  
  
  

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