[prev in list] [next in list] [prev in thread] [next in thread] 

List:       wsf-c-commits
Subject:    [Wsf-c-commits] svn commit r22242 - in trunk/wsf/c: . build/axis2c
From:       sanjaya () wso2 ! com
Date:       2008-10-06 7:44:48
Message-ID: E1Kmklr-00027B-Nc () wso2 ! org
[Download RAW message or body]

Author: sanjaya
Date: Mon Oct  6 00:44:09 2008
New Revision: 22242
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=22242

Log:
Fixing jira issue 280


Modified:
   trunk/wsf/c/build/axis2c/configure.ac
   trunk/wsf/c/configure.ac

Modified: trunk/wsf/c/build/axis2c/configure.ac
URL: http://wso2.org/svn/browse/wso2/trunk/wsf/c/build/axis2c/configure.ac?rev=22242&r1=22241&r2=22242&view=diff
 ==============================================================================
--- trunk/wsf/c/build/axis2c/configure.ac	(original)
+++ trunk/wsf/c/build/axis2c/configure.ac	Mon Oct  6 00:44:09 2008
@@ -193,7 +193,7 @@
 )
 
 AC_MSG_CHECKING(whether to build udp transport)
-AC_ARG_ENABLE(tcp, [  --enable-udp
+AC_ARG_ENABLE(udp, [  --enable-udp
                           build udp transport (default=no)],
 [ case "${enableval}" in
   no)
@@ -201,15 +201,13 @@
     ;;
   *)
     AC_MSG_RESULT(yes)
-    TCP_DIR="udp"
+    UDP_DIR="udp"
 
     ;;
   esac ],
   AC_MSG_RESULT(no)
 )
 
-
-
 AC_MSG_CHECKING(whether to use apache2 as server transport)
 AC_ARG_WITH(apache2,
 [  --with-apache2[=PATH]      Find the Apache2 HTTP Web server header files in \
'PATH'.

Modified: trunk/wsf/c/configure.ac
URL: http://wso2.org/svn/browse/wso2/trunk/wsf/c/configure.ac?rev=22242&r1=22241&r2=22242&view=diff
 ==============================================================================
--- trunk/wsf/c/configure.ac	(original)
+++ trunk/wsf/c/configure.ac	Mon Oct  6 00:44:09 2008
@@ -145,6 +145,23 @@
   AC_MSG_RESULT(no)
 )
 
+AC_MSG_CHECKING(whether to build udp transport)
+AC_ARG_ENABLE(udp, [  --enable-udp
+                          build udp transport (default=no)],
+[ case "${enableval}" in
+  no)
+    AC_MSG_RESULT(no)
+    ;;
+  *)
+    AC_MSG_RESULT(yes)
+    UDP_DIR="udp"
+
+    ;;
+  esac ],
+  AC_MSG_RESULT(no)
+)
+
+
 AC_MSG_CHECKING(whether to build rampart)
 AC_ARG_ENABLE(rampart, [  --enable-rampart	build rampart. default=yes],
 [ case "${enableval}" in

_______________________________________________
Wsf-c-commits mailing list
Wsf-c-commits@wso2.org
http://mailman.wso2.org/cgi-bin/mailman/listinfo/wsf-c-commits


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic