You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ja...@apache.org on 2004/05/20 18:33:09 UTC

svn commit: rev 20158 - xml/xerces-p/trunk/Handler

Author: jasons
Date: Thu May 20 09:33:08 2004
New Revision: 20158

Modified:
   xml/xerces-p/trunk/Handler/Makefile.PL
Log:
setting CCFLAGS broke something that I don't remember

Modified: xml/xerces-p/trunk/Handler/Makefile.PL
==============================================================================
--- xml/xerces-p/trunk/Handler/Makefile.PL	(original)
+++ xml/xerces-p/trunk/Handler/Makefile.PL	Thu May 20 09:33:08 2004
@@ -3,7 +3,7 @@
     'NAME'	=> 'Handler',
     'INC'       => $INCLUDES,
     'OBJECT'    => '$(O_FILES)',
-    'CCFLAGS'   => $CFLAGS,
+#    'CCFLAGS'   => $CFLAGS,
     'CC'        => $CXX,
     'SKIP'      => [qw( dynamic test makeaperl xs_o)],
   @OPTIMIZE,

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