summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-02-16 02:12:13 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-02-16 02:12:13 +0000
commit2d1f36a4821745ed96902324915b0fdea18f9077 (patch)
treeae83e6dc18bda913d60122cf82f36d1b40d1f110 /m4
parentca4e86d6f3e0a64774cdcba75c4ad7708c3a806b (diff)
downloadATCD-2d1f36a4821745ed96902324915b0fdea18f9077.tar.gz
ChangeLogTag: Tue Feb 15 18:10:56 2005 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'm4')
-rw-r--r--m4/ace.m421
1 files changed, 0 insertions, 21 deletions
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],