You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by pi...@apache.org on 2006/08/30 11:16:58 UTC

svn commit: r438431 - in /webservices/axis2/trunk/c: axiom/configure.ac util/configure.ac

Author: pini
Date: Wed Aug 30 02:16:57 2006
New Revision: 438431

URL: http://svn.apache.org/viewvc?rev=438431&view=rev
Log:
Stopped checking for CuTest library in configure time.

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

Modified: webservices/axis2/trunk/c/axiom/configure.ac
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/configure.ac?rev=438431&r1=438430&r2=438431&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/configure.ac (original)
+++ webservices/axis2/trunk/c/axiom/configure.ac Wed Aug 30 02:16:57 2006
@@ -19,7 +19,6 @@
 
 dnl Checks for libraries.
 AC_CHECK_LIB(dl, dlopen)
-AC_CHECK_LIB(cutest, CuTestInit)
 AC_CHECK_LIB(z, inflate)
 
 #CFLAGS="$CFLAGS -ansi -Wall -D_LARGEFILE64_SOURCE -Wno-implicit-function-declaration"

Modified: webservices/axis2/trunk/c/util/configure.ac
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/configure.ac?rev=438431&r1=438430&r2=438431&view=diff
==============================================================================
--- webservices/axis2/trunk/c/util/configure.ac (original)
+++ webservices/axis2/trunk/c/util/configure.ac Wed Aug 30 02:16:57 2006
@@ -19,7 +19,6 @@
 
 dnl Checks for libraries.
 AC_CHECK_LIB(dl, dlopen)
-AC_CHECK_LIB(cutest, CuTestInit)
 AC_CHECK_LIB(z, inflate)
 
 #CFLAGS="$CFLAGS -ansi -Wall -D_LARGEFILE64_SOURCE -Wno-implicit-function-declaration"



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