You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2007/03/01 10:39:53 UTC

svn commit: r513237 - /webservices/axis2/trunk/c/modules/core/transport/http/sender/http_sender.c

Author: dinesh
Date: Thu Mar  1 01:39:52 2007
New Revision: 513237

URL: http://svn.apache.org/viewvc?view=rev&rev=513237
Log:
windows build failed with libcurl implementation

Modified:
    webservices/axis2/trunk/c/modules/core/transport/http/sender/http_sender.c

Modified: webservices/axis2/trunk/c/modules/core/transport/http/sender/http_sender.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/transport/http/sender/http_sender.c?view=diff&rev=513237&r1=513236&r2=513237
==============================================================================
--- webservices/axis2/trunk/c/modules/core/transport/http/sender/http_sender.c (original)
+++ webservices/axis2/trunk/c/modules/core/transport/http/sender/http_sender.c Thu Mar  1 01:39:52 2007
@@ -35,7 +35,7 @@
 #include <axis2_util.h>
 #include <axiom_soap.h>
 
-#ifndef AXIS2_LIBCURL_ENABLED
+#ifdef AXIS2_LIBCURL_ENABLED
 #include <libcurl/axis2_libcurl.h>
 #endif
 /**



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