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 2007/12/18 11:07:20 UTC

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

Author: pini
Date: Tue Dec 18 02:07:19 2007
New Revision: 605166

URL: http://svn.apache.org/viewvc?rev=605166&view=rev
Log:
Fixed build break when --with-archive option is given

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

Modified: webservices/axis2/trunk/c/configure.ac
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/configure.ac?rev=605166&r1=605165&r2=605166&view=diff
==============================================================================
--- webservices/axis2/trunk/c/configure.ac (original)
+++ webservices/axis2/trunk/c/configure.ac Tue Dec 18 02:07:19 2007
@@ -117,7 +117,7 @@
     ;;
   *)
     AC_MSG_RESULT(yes)
-    zliblibs="$(top_builddir)/src/minizip/libaxis2_minizip.la"
+    zliblibs="minizip/libaxis2_minizip.la"
     CFLAGS="$CFLAGS -DAXIS2_ARCHIVE_ENABLED"
     if test -d $withval; then
         zlibinc="-I$withval"



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