summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in23
1 files changed, 1 insertions, 22 deletions
diff --git a/configure.in b/configure.in
index 02b6b27f610..bdc03b11319 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
dnl
dnl $Id$
-AC_REVISION($Revision 0.61 $)dnl
+AC_REVISION($Revision 0.60 $)dnl
dnl
dnl An autoconf script to automatically configure ACE.
@@ -631,24 +631,6 @@ dnl line, then "no_x" is set to "yes."
esac
],)
-AC_ARG_ENABLE(fl-reactor,
- [ --enable-fl-reactor build support for the FlReactor [default=no]],
- [
- case "${enableval}" in
- yes)
- AC_MSG_ERROR(--enable-fl-reactor currently unimplemented)
- ace_user_enable_fl_reactor=yes
- ;;
- no)
- AC_MSG_ERROR(--enable-fl-reactor currently unimplemented)
- ace_user_enable_fl_reactor=no
- ;;
- *)
- AC_MSG_ERROR(bad value ${enableval} for --enable-fl-reactor)
- ;;
- esac
- ],)
-
AC_ARG_WITH(gperf,
[ --with-gperf compile the gperf program [default=yes]],
[
@@ -3285,9 +3267,6 @@ AC_CHECK_FUNC(strrchr, dnl
,
AC_DEFINE(ACE_LACKS_STRRCHR))
-AC_CHECK_FUNC(memchr, dnl
- AC_DEFINE(ACE_HAS_MEMCHR),)
-
AC_CHECK_FUNC(syscall, dnl
,
AC_DEFINE(ACE_LACKS_SYSCALL))