summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-03-07 01:24:04 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-03-07 01:24:04 +0000
commit2caac335afd41cc43f809148e6dd4e52c47937cb (patch)
treed680b9b37ca02ba3449dc98b0883941bbee80a9f /m4
parent2f1849423f08ec08008eadd2eaa9faa697db2be5 (diff)
downloadATCD-2caac335afd41cc43f809148e6dd4e52c47937cb.tar.gz
ChangeLogTag:Sun Mar 6 17:17:57 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'm4')
-rw-r--r--m4/ace.m428
1 files changed, 14 insertions, 14 deletions
diff --git a/m4/ace.m4 b/m4/ace.m4
index 9bd17eb7d1d..3c7dab123e4 100644
--- a/m4/ace.m4
+++ b/m4/ace.m4
@@ -842,7 +842,7 @@ dnl fi
AS_HELP_STRING([--enable-uses-wchar],
[enable use of wide characters [[no]]]),
[case "${withval}" in
- yes)
+ yes)
AC_DEFINE([ACE_USES_WCHAR])
ace_user_enable_wide_char=yes
;;
@@ -863,15 +863,15 @@ AC_DEFUN([ACE_ENABLE_QOS],
[AC_ARG_ENABLE([qos],
AS_HELP_STRING([--enable-qos],
[compile/use the ACE_QoS library [[no]]]),
- [case "${withval}" in
- yes)
+ [case "${enableval}" in
+ yes)
ace_user_enable_qos=yes
;;
no)
ace_user_enable_qos=no
;;
*)
- AC_MSG_ERROR(bad value ${withval} for --with-qos)
+ AC_MSG_ERROR(bad value ${enableval} for --enable-qos)
;;
esac])
AC_CACHE_CHECK([whether to compile/use the ACE_QoS library],
@@ -883,15 +883,15 @@ AC_DEFUN([ACE_ENABLE_SSL],
[AC_ARG_ENABLE([ssl],
AS_HELP_STRING([--enable-ssl],
[compile/use the ACE_SSL library [[yes]]]),
- [case "${withval}" in
- yes)
+ [case "${enableval}" in
+ yes)
ace_user_enable_ssl=yes
;;
no)
ace_user_enable_ssl=no
;;
*)
- AC_MSG_ERROR(bad value ${withval} for --with-ssl)
+ AC_MSG_ERROR(bad value ${enableval} for --enable-ssl)
;;
esac])
AC_CACHE_CHECK([whether to compile/use the ACE_SSL library],
@@ -903,15 +903,15 @@ AC_DEFUN([ACE_ENABLE_ACEXML],
[AC_ARG_ENABLE([acexml],
AS_HELP_STRING([--enable-acexml],
[compile/use the ACEXML library [[yes]]]),
- [case "${withval}" in
- yes)
+ [case "${enableval}" in
+ yes)
ace_user_enable_acexml=yes
;;
no)
ace_user_enable_acexml=no
;;
*)
- AC_MSG_ERROR(bad value ${withval} for --with-acexml)
+ AC_MSG_ERROR(bad value ${enableval} for --enable-acexml)
;;
esac],
[
@@ -980,7 +980,7 @@ AC_ARG_ENABLE([fl-reactor],
ace_user_enable_fl_reactor=no
])
AM_CONDITIONAL([BUILD_FL], [test X$ace_enable_fl_reactor = Xyes])
-AM_CONDITIONAL([BUILD_ACE_FLREACTOR],
+AM_CONDITIONAL([BUILD_ACE_FLREACTOR],
[test X$ace_enable_fl_reactor = Xyes])
])
@@ -1009,7 +1009,7 @@ AC_ARG_ENABLE([qt-reactor],
ace_user_enable_qt_reactor=no
])
AM_CONDITIONAL([BUILD_QT], [test X$ace_enable_qt_reactor = Xyes])
-AM_CONDITIONAL([BUILD_ACE_QTREACTOR],
+AM_CONDITIONAL([BUILD_ACE_QTREACTOR],
[test X$ace_enable_qt_reactor = Xyes])
])
@@ -1038,7 +1038,7 @@ AC_ARG_ENABLE([tk-reactor],
ace_user_enable_tk_reactor=no
])
AM_CONDITIONAL([BUILD_TK], [test X$ace_enable_tk_reactor = Xyes])
-AM_CONDITIONAL([BUILD_ACE_TKREACTOR],
+AM_CONDITIONAL([BUILD_ACE_TKREACTOR],
[test X$ace_enable_tk_reactor = Xyes])
])
@@ -1079,6 +1079,6 @@ dnl line, then "no_x" is set to "yes."
])
AM_CONDITIONAL([BUILD_X11], [test X$ace_enable_xt_reactor = Xyes])
AM_CONDITIONAL([BUILD_XT], [test X$ace_enable_xt_reactor = Xyes])
-AM_CONDITIONAL([BUILD_ACE_XTREACTOR],
+AM_CONDITIONAL([BUILD_ACE_XTREACTOR],
[test X$ace_enable_xt_reactor = Xyes])
])