OSSP CVS Repository

ossp - Difference in ossp-pkg/as/as-gui/aclocal.m4 versions 1.11 and 1.12
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/as/as-gui/aclocal.m4 1.11 -> 1.12

--- aclocal.m4   2003/01/22 22:14:52     1.11
+++ aclocal.m4   2003/01/22 23:57:01     1.12
@@ -218,8 +218,9 @@
 dnl ##
 
 AC_DEFUN(AC_TEST_MICO,[dnl
-AC_ARG_WITH(micodir,dnl
-[  --with-micodir=[DIR]    prefix where MICO is installed], micodir=$withval,)
+AC_ARG_WITH(mico,dnl
+[  --with-mico=[DIR]    prefix where MICO is installed], micodir=$withval,)
+if test $micodir; then
 AC_MSG_CHECKING(the MICO installation path)
 
 dnl ## Ensure that we have a basic path to start searching
@@ -243,6 +244,7 @@
 CXXCPP="$CXXCPP -I${CORBABASE}/include"
 CXXFLAGS="$CXXFLAGS"
 AC_DEFINE(HAVE_MICO, 1, [Define to 1 if building with the MICO ORB.])
+fi
 ])
 
 
@@ -254,8 +256,9 @@
 dnl ##
 
 AC_DEFUN(AC_TEST_ESOAP,[dnl
-AC_ARG_WITH(esoapdir,dnl
-[  --with-easysoapdir=[DIR]    prefix where EasySOAP is installed], esoapdir=$withval,)
+AC_ARG_WITH(esoap,dnl
+[  --with-easysoap=[DIR]    prefix where EasySOAP is installed], esoapdir=$withval,)
+if test $esoapdir; then
 AC_MSG_CHECKING(the EasySOAP installation path)
 
 dnl ## Ensure that we have a basic path to start searching
@@ -279,6 +282,7 @@
 CXXCPP="$CXXCPP -I${SOAPBASE}/include"
 CXXFLAGS="$CXXFLAGS"
 AC_DEFINE(HAVE_ESOAP, 1, [Define to 1 if building with EasySOAP.])
+fi
 ])
 
 

CVSTrac 2.0.1