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 pi...@apache.org on 2006/09/11 11:58:26 UTC

svn commit: r442153 - in /webservices/axis2/trunk/c: axiom/configure.ac configure.ac util/configure.ac woden/configure.ac xml_schema/configure.ac

Author: pini
Date: Mon Sep 11 02:58:25 2006
New Revision: 442153

URL: http://svn.apache.org/viewvc?view=rev&rev=442153
Log:
Fixed jira issue 247.

Modified:
    webservices/axis2/trunk/c/axiom/configure.ac
    webservices/axis2/trunk/c/configure.ac
    webservices/axis2/trunk/c/util/configure.ac
    webservices/axis2/trunk/c/woden/configure.ac
    webservices/axis2/trunk/c/xml_schema/configure.ac

Modified: webservices/axis2/trunk/c/axiom/configure.ac
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/configure.ac?view=diff&rev=442153&r1=442152&r2=442153
==============================================================================
--- webservices/axis2/trunk/c/axiom/configure.ac (original)
+++ webservices/axis2/trunk/c/axiom/configure.ac Mon Sep 11 02:58:25 2006
@@ -118,6 +118,7 @@
   TESTDIR=""
 )
 
+AC_CHECK_LIB(cutest, CuTestInit, [], [TESTDIR=""])
 
 PKG_CHECK_MODULES(LIBXML2, libxml-2.0)
 CFLAGS="$CFLAGS $LIBXML2_CFLAGS $GUTHTHILA_CFLAGS"

Modified: webservices/axis2/trunk/c/configure.ac
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/configure.ac?view=diff&rev=442153&r1=442152&r2=442153
==============================================================================
--- webservices/axis2/trunk/c/configure.ac (original)
+++ webservices/axis2/trunk/c/configure.ac Mon Sep 11 02:58:25 2006
@@ -110,6 +110,8 @@
   TESTDIR=""
 )
 
+AC_CHECK_LIB(cutest, CuTestInit, [], [TESTDIR=""])
+
 AC_MSG_CHECKING(whether to enable trace)
 AC_ARG_ENABLE(trace, [  --enable-trace    enable trace. default=no],
 [ case "${enableval}" in

Modified: webservices/axis2/trunk/c/util/configure.ac
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/configure.ac?view=diff&rev=442153&r1=442152&r2=442153
==============================================================================
--- webservices/axis2/trunk/c/util/configure.ac (original)
+++ webservices/axis2/trunk/c/util/configure.ac Mon Sep 11 02:58:25 2006
@@ -78,6 +78,7 @@
   TESTDIR=""
 )
 
+AC_CHECK_LIB(cutest, CuTestInit, [], [TESTDIR=""])
 
 CFLAGS="$CFLAGS $GUTHTHILA_CFLAGS"
 

Modified: webservices/axis2/trunk/c/woden/configure.ac
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/configure.ac?view=diff&rev=442153&r1=442152&r2=442153
==============================================================================
--- webservices/axis2/trunk/c/woden/configure.ac (original)
+++ webservices/axis2/trunk/c/woden/configure.ac Mon Sep 11 02:58:25 2006
@@ -55,6 +55,8 @@
   TESTDIR=""
 )
 
+AC_CHECK_LIB(cutest, CuTestInit, [], [TESTDIR=""])
+
 AC_MSG_CHECKING(To Use Axis2 C AXIOM. This is a compulsory module to build Axis2 C)
 AC_ARG_WITH(axiom,
 [  --with-axiom[=PATH]      use axiom.],

Modified: webservices/axis2/trunk/c/xml_schema/configure.ac
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xml_schema/configure.ac?view=diff&rev=442153&r1=442152&r2=442153
==============================================================================
--- webservices/axis2/trunk/c/xml_schema/configure.ac (original)
+++ webservices/axis2/trunk/c/xml_schema/configure.ac Mon Sep 11 02:58:25 2006
@@ -101,6 +101,8 @@
 	TESTDIR=""
 )
 
+AC_CHECK_LIB(cutest, CuTestInit, [], [TESTDIR=""])
+
 UTILINC=$axis2_utilinc
 AXIOMINC=$axiominc
 



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