You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by bl...@apache.org on 2003/03/15 05:21:24 UTC

cvs commit: xml-security/c/src/framework XSECDefs.hpp

blautenb    2003/03/14 20:21:24

  Modified:    c/src    configure configure.ac
               c/src/framework XSECDefs.hpp
  Log:
  Fix break on cygwin
  
  Revision  Changes    Path
  1.5       +3 -1      xml-security/c/src/configure
  
  Index: configure
  ===================================================================
  RCS file: /home/cvs/xml-security/c/src/configure,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- configure	22 Feb 2003 08:47:23 -0000	1.4
  +++ configure	15 Mar 2003 04:21:24 -0000	1.5
  @@ -3045,7 +3045,9 @@
   done
   
   
  -for ac_header in
  +
  +
  +for ac_header in unistd.h direct.h
   do
   as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
   if eval "test \"\${$as_ac_Header+set}\" = set"; then
  
  
  
  1.5       +1 -1      xml-security/c/src/configure.ac
  
  Index: configure.ac
  ===================================================================
  RCS file: /home/cvs/xml-security/c/src/configure.ac,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- configure.ac	22 Feb 2003 08:47:23 -0000	1.4
  +++ configure.ac	15 Mar 2003 04:21:24 -0000	1.5
  @@ -151,7 +151,7 @@
   # Determine the host system and Makefile fragment
   
   # Check for required includes
  -AC_CHECK_HEADERS
  +AC_CHECK_HEADERS(unistd.h direct.h)
   
   AC_CANONICAL_HOST
   
  
  
  
  1.4       +1 -1      xml-security/c/src/framework/XSECDefs.hpp
  
  Index: XSECDefs.hpp
  ===================================================================
  RCS file: /home/cvs/xml-security/c/src/framework/XSECDefs.hpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XSECDefs.hpp	1 Mar 2003 06:27:29 -0000	1.3
  +++ XSECDefs.hpp	15 Mar 2003 04:21:24 -0000	1.4
  @@ -148,7 +148,7 @@
   #	define XSEC_NO_COVARIANT_RETURN_TYPE
   
   #elif defined(__GNUC__)
  -
  +#elif defined(__INTEL_COMPILER)
   #else
   #error Unknown compiler.
   #endif