You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by tn...@apache.org on 2001/06/06 15:14:02 UTC

cvs commit: xml-xerces/c/src/util Makefile.in

tng         01/06/06 06:14:02

  Modified:    c/src/util Makefile.in
  Log:
  Fix regression where TRANSCODERMODULE is not assigned if TRANSCODE == NATIVE.
  
  Revision  Changes    Path
  1.37      +6 -1      xml-xerces/c/src/util/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/util/Makefile.in,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- Makefile.in	2001/06/05 19:35:51	1.36
  +++ Makefile.in	2001/06/06 13:13:58	1.37
  @@ -55,6 +55,9 @@
   #
   #
   # $Log: Makefile.in,v $
  +# Revision 1.37  2001/06/06 13:13:58  tng
  +# Fix regression where TRANSCODERMODULE is not assigned if TRANSCODE == NATIVE.
  +#
   # Revision 1.36  2001/06/05 19:35:51  jberry
   # Add support for Mac OS X command line configuration and build.
   #
  @@ -216,7 +219,9 @@
   ifeq (${TRANSCODER},NATIVE)
   	ifeq (${PLATFORM},MACOSX)
   		TRANSCODERMODULE=MacOSUnicodeConverter
  -	endif
  +       else
  +               TRANSCODERMODULE=Iconv
  +       endif
   else
   	ifeq (${TRANSCODER},ICU)
   	   TRANSCODERMODULE=ICU
  
  
  

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