You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by pe...@apache.org on 2002/11/06 20:26:38 UTC

cvs commit: xml-xerces/c/src/xercesc runConfigure

peiyongz    2002/11/06 11:26:38

  Modified:    c/src/xercesc runConfigure
  Log:
  recognize -mICU
  
  Revision  Changes    Path
  1.20      +2 -2      xml-xerces/c/src/xercesc/runConfigure
  
  Index: runConfigure
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/runConfigure,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- runConfigure	28 Oct 2002 18:17:57 -0000	1.19
  +++ runConfigure	6 Nov 2002 19:26:37 -0000	1.20
  @@ -472,7 +472,7 @@
   
   if test $msgloader ; then
   case $msgloader in
  -   icu)
  +   icu | ICU)
          if test ${ICUROOT}o = "o" ; then
              echo '***Error*** ICUROOT environment variable not defined. Exiting...';
              exit ${ERROR_EXIT_CODE};
  
  
  

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