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 da...@apache.org on 2005/10/14 07:19:26 UTC

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

Author: damitha
Date: Thu Oct 13 22:19:18 2005
New Revision: 321010

URL: http://svn.apache.org/viewcvs?rev=321010&view=rev
Log:
Removed apr dependancies

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=321010&r1=321009&r2=321010&view=diff
==============================================================================
--- webservices/axis2/trunk/c/configure (original)
+++ webservices/axis2/trunk/c/configure Thu Oct 13 22:19:18 2005
@@ -19616,7 +19616,7 @@
 
 CFLAGS="$CFLAGS -ansi -Wall -D_LARGEFILE64_SOURCE -g"
 #CFLAGS="$CFLAGS -Wall -ansi -Wshadow -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -g -O2 -pthread"
-LDFLAGS="$LDFLAGS -L${CUTEST_HOME}/lib/ -lcutest -L${APR_HOME}/lib -lapr-1"
+LDFLAGS="$LDFLAGS -L${CUTEST_HOME}/lib/ -lcutest"
 # Checks for header files.
 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6

Modified: webservices/axis2/trunk/c/configure.ac
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/configure.ac?rev=321010&r1=321009&r2=321010&view=diff
==============================================================================
--- webservices/axis2/trunk/c/configure.ac (original)
+++ webservices/axis2/trunk/c/configure.ac Thu Oct 13 22:19:18 2005
@@ -16,7 +16,7 @@
 
 CFLAGS="$CFLAGS -ansi -Wall -D_LARGEFILE64_SOURCE -g"
 #CFLAGS="$CFLAGS -Wall -ansi -Wshadow -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -g -O2 -pthread"
-LDFLAGS="$LDFLAGS -L${CUTEST_HOME}/lib/ -lcutest -L${APR_HOME}/lib -lapr-1"
+LDFLAGS="$LDFLAGS -L${CUTEST_HOME}/lib/ -lcutest"
 # Checks for header files.
 AC_HEADER_STDC
 AC_CHECK_HEADERS([stdio.h stdlib.h string.h])