diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | m4/ace.m4 | 21 |
2 files changed, 7 insertions, 21 deletions
diff --git a/ChangeLog b/ChangeLog index 8300196fcd0..21277eb8419 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Tue Feb 15 18:10:56 2005 J.T. Conklin <jtc@acorntoolworks.com> + + * m4/ace.m4: + + Removed ACE_ENABLE_RMCAST macro. Building RMCast library is now + unconditional. + Tue Feb 15 18:45:26 2005 Steve Huston <shuston@riverace.com> * ace/POSIX_Asynch_IO.{h cpp}: diff --git a/m4/ace.m4 b/m4/ace.m4 index 01eb18ddca6..ff858621ce8 100644 --- a/m4/ace.m4 +++ b/m4/ace.m4 @@ -490,7 +490,6 @@ AC_DEFUN([ACE_CONFIGURATION_OPTIONS], ]) AM_CONDITIONAL([COMPILE_GPERF], [test X$ace_user_with_gperf = Xyes]) - ACE_ENABLE_RMCAST ACE_ENABLE_QOS ACE_ENABLE_SSL ACE_ENABLE_ACEXML @@ -857,26 +856,6 @@ dnl fi ]) -AC_DEFUN([ACE_ENABLE_RMCAST], -[AC_ARG_ENABLE([rmcast], - AS_HELP_STRING([--enable-rmcast], - [compile/use the ACE_RMCast library [[yes]]]), - [case "${withval}" in - yes) - ace_user_enable_rmcast=yes - ;; - no) - ace_user_enable_rmcast=no - ;; - *) - AC_MSG_ERROR(bad value ${withval} for --with-rmcast) - ;; - esac]) -AC_CACHE_CHECK([whether to compile/use the ACE_RMCast library], - [ace_user_enable_rmcast],[ace_user_enable_rmcast=yes]) -AM_CONDITIONAL([BUILD_RMCAST], [test X$ace_user_enable_rmcast = Xyes]) -]) - AC_DEFUN([ACE_ENABLE_QOS], [AC_ARG_ENABLE([qos], AS_HELP_STRING([--enable-qos], |