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 sa...@apache.org on 2005/12/05 02:54:46 UTC

svn commit: r353956 - in /webservices/axis2/trunk/c: configure configure.ac

Author: samisa
Date: Sun Dec  4 17:54:39 2005
New Revision: 353956

URL: http://svn.apache.org/viewcvs?rev=353956&view=rev
Log:
Removed cutest as tests are now moved out of the main source

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

Modified: webservices/axis2/trunk/c/configure
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/configure?rev=353956&r1=353955&r2=353956&view=diff
==============================================================================
--- webservices/axis2/trunk/c/configure (original)
+++ webservices/axis2/trunk/c/configure Sun Dec  4 17:54:39 2005
@@ -21482,7 +21482,7 @@
 CFLAGS="$CFLAGS -ansi -Wall -D_LARGEFILE64_SOURCE -g3 -O2"
 #CFLAGS="$CFLAGS -Wall -ansi -Wshadow -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -g -O2 -pthread"
 LDFLAGS="$LDFLAGS -L${CUTEST_HOME}/lib/"
-LIBS="-lcutest -ldl"
+LIBS="-ldl"
 
 # Checks for header files.
 echo "$as_me:$LINENO: checking for ANSI C header files" >&5

Modified: webservices/axis2/trunk/c/configure.ac
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/configure.ac?rev=353956&r1=353955&r2=353956&view=diff
==============================================================================
--- webservices/axis2/trunk/c/configure.ac (original)
+++ webservices/axis2/trunk/c/configure.ac Sun Dec  4 17:54:39 2005
@@ -27,7 +27,7 @@
 CFLAGS="$CFLAGS -ansi -Wall -D_LARGEFILE64_SOURCE -g3 -O2"
 #CFLAGS="$CFLAGS -Wall -ansi -Wshadow -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -g -O2 -pthread"
 LDFLAGS="$LDFLAGS -L${CUTEST_HOME}/lib/"
-LIBS="-lcutest -ldl"
+LIBS="-ldl"
 
 # Checks for header files.
 AC_HEADER_STDC