You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by an...@locus.apache.org on 2000/09/07 01:48:53 UTC

cvs commit: xml-xerces/c/scripts packageBinaries.pl

andyh       00/09/06 16:48:53

  Modified:    c/scripts packageBinaries.pl
  Log:
  Remove dce threads default from HP11 runconfigure
  
  Revision  Changes    Path
  1.43      +0 -1      xml-xerces/c/scripts/packageBinaries.pl
  
  Index: packageBinaries.pl
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/scripts/packageBinaries.pl,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -u -r1.42 -r1.43
  --- packageBinaries.pl	2000/08/30 22:21:15	1.42
  +++ packageBinaries.pl	2000/09/06 23:48:52	1.43
  @@ -371,7 +371,6 @@
           if ($opt_m eq "") {
               $opt_m = "inmem";
           }
  -        $opt_r = 'dce' if ($opt_r eq ''); # By default, use dce threads if not specified
           
           if ($opt_x eq 'CC') {
               $icuCompileFlags = 'CC=cc CXX=CC CXXFLAGS="+eh +DAportable -w -O" CFLAGS="+DAportable -w -O"';