From 426c147389b54cee7eab042f1d0cee2a896e46b5 Mon Sep 17 00:00:00 2001 From: jtc Date: Wed, 16 Feb 2005 02:12:13 +0000 Subject: ChangeLogTag: Tue Feb 15 18:10:56 2005 J.T. Conklin --- m4/ace.m4 | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'm4') 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], -- cgit v1.2.1