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/11/23 17:17:46 UTC

cvs commit: xml-xerces/c/tests runConfigure

tng         01/11/23 08:17:46

  Modified:    c/tests  runConfigure
  Log:
  Remove -lC for Solaris build.
  
  Revision  Changes    Path
  1.11      +4 -1      xml-xerces/c/tests/runConfigure
  
  Index: runConfigure
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/tests/runConfigure,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- runConfigure	2001/10/18 18:16:47	1.10
  +++ runConfigure	2001/11/23 16:17:46	1.11
  @@ -58,6 +58,9 @@
   #
   #
   # $Log: runConfigure,v $
  +# Revision 1.11  2001/11/23 16:17:46  tng
  +# Remove -lC for Solaris build.
  +#
   # Revision 1.10  2001/10/18 18:16:47  tng
   # Use opt2 on AIX platform.
   #
  @@ -221,7 +224,7 @@
   	;;
   
      cc | CC)
  -       standardLibFlags="-L/usr/lib -L/usr/ccs/lib -lC";;
  +       standardLibFlags="-L/usr/lib -L/usr/ccs/lib";;
   
      acc | aCC)
          standardLibFlags="";;
  
  
  

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