dbertoni    01/08/10 08:47:19

  Modified:    c/src    Makefile.in
  Log:
  Updated ICU libraries for 390.
  
  Revision  Changes    Path
  1.51      +3 -3      xml-xalan/c/src/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/Makefile.in,v
  retrieving revision 1.50
  retrieving revision 1.51
  diff -u -r1.50 -r1.51
  --- Makefile.in       2001/08/10 15:44:56     1.50
  +++ Makefile.in       2001/08/10 15:47:19     1.51
  @@ -299,9 +299,9 @@
   
   # We need the ICU library if we are using the ICUBridge
   ifdef XALAN_USE_ICU
  -ifeq ($(PLATFORM), OS390)                                             
  -ALLLIBS += ${ICUROOT}/lib/libicu-uc.x ${ICUROOT}/lib/libicu-i18n.x    
  -else                                                                  
  +ifeq ($(PLATFORM), OS390)
  +ALLLIBS += ${ICUROOT}/lib/libicuuc.x ${ICUROOT}/lib/libicui18n.x
  +else
   ALLLIBS += -L/usr/local/lib -licuuc
   ALLLIBS += -L/usr/local/lib -licui18n
   endif
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to