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/12/14 15:50:31 UTC

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

Author: pini
Date: Thu Dec 14 06:50:31 2006
New Revision: 487224

URL: http://svn.apache.org/viewvc?view=rev&rev=487224
Log:
Giving the full path for get apahce includes

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?view=diff&rev=487224&r1=487223&r2=487224
==============================================================================
--- webservices/axis2/trunk/c/configure.ac (original)
+++ webservices/axis2/trunk/c/configure.ac Thu Dec 14 06:50:31 2006
@@ -183,7 +183,7 @@
     AC_MSG_RESULT(yes)
     dnl Find apache2 include dir in the path pointed by APACHE2_HOME env variable
     if test -d $withval; then
-        apache2inc="-I$withval/include"
+        apache2inc="-I$withval"
     dnl else find the apache2 include dir in /usr/local/apache2
     elif test -d '/usr/include/apache2'; then
         apache2inc="-I/usr/include/apache2"
@@ -207,7 +207,7 @@
     AC_MSG_RESULT(yes)
     dnl Find apr include dir in the path
     if test -d $withval; then
-        aprinc="-I$withval/include"
+        aprinc="-I$withval"
     dnl else find the apache2 include dir in /usr/local/apache2
     elif test -d '/usr/include/apr-0'; then
         aprinc="-I/usr/include/apr-0"



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