Check-in Number:
|
4679 | |
Date: |
2004-Aug-13 14:35:41 (local)
2004-Aug-13 12:35:41 (UTC) |
User: | ms |
Branch: | |
Comment: |
use correct with-mico expression everywhere as indicated by configure --help |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/as/as-gui/aclocal.m4 1.18 -> 1.19
--- aclocal.m4 2004/05/27 21:48:40 1.18
+++ aclocal.m4 2004/08/13 12:35:41 1.19
@@ -235,7 +235,7 @@
AC_MSG_RESULT(${CORBABASE})
else
AC_MSG_RESULT(not found)
- AC_MSG_ERROR([Neither \$MICODIR nor --with-micodir=[DIR] paths exist])
+ AC_MSG_ERROR([Neither \$MICODIR nor --with-mico=[DIR] paths exist])
fi
dnl ## Append paths of libs and headers
@@ -273,7 +273,7 @@
AC_MSG_RESULT(${SOAPBASE})
else
AC_MSG_RESULT(not found)
- AC_MSG_ERROR([Neither \$ESOAPDIR nor --with-easysoapdir=[DIR] paths exist])
+ AC_MSG_ERROR([Neither \$ESOAPDIR nor --with-easysoap=[DIR] paths exist])
fi
dnl ## Append paths of libs and headers
|
|