summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2004-10-13 05:46:37 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2004-10-13 05:46:37 +0000
commit2be61517925bb7bb54ac7dcb353a30f6725e353f (patch)
tree880b9dfea508754bfc0d3a83d94fc894f55776b4 /m4
parent93326a2b0370f4b688202d1d274e9571a5e9d312 (diff)
downloadATCD-2be61517925bb7bb54ac7dcb353a30f6725e353f.tar.gz
ChangeLogTag:Tue Oct 12 22:37:16 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'm4')
-rw-r--r--m4/ace.m440
1 files changed, 19 insertions, 21 deletions
diff --git a/m4/ace.m4 b/m4/ace.m4
index d859bd46d15..0aa25c31734 100644
--- a/m4/ace.m4
+++ b/m4/ace.m4
@@ -487,7 +487,7 @@ dnl line, then "no_x" is set to "yes."
ACE_WITH_RMCAST
ACE_WITH_QOS
ACE_WITH_SSL
- ACE_WITH_USES_WCHAR
+ ACE_WITH_ACEXML
AC_ARG_WITH([tao],
AS_HELP_STRING(--with-tao,build TAO (the ACE ORB) [[[yes]]]),
@@ -830,27 +830,25 @@ dnl fi
ace_user_enable_stdcpplib=yes
])
-])
-
-AC_DEFUN([ACE_WITH_USES_WCHAR],
-[AC_ARG_ENABLE([uses-wchar],
- AS_HELP_STRING([--enable-uses-wchar],
+ AC_ARG_ENABLE([uses-wchar],
+ AS_HELP_STRING([--enable-uses-wchar],
[enable use of wide characters [[no]]]),
- [case "${withval}" in
- yes)
- AC_DEFINE([ACE_USES_WCHAR])
- ace_user_enable_wide_char=yes
- ;;
- no)
- ace_user_enable_wide_char=no
- ;;
- *)
- AC_MSG_ERROR(bad value ${enableval} for --enable-uses-wchar)
- ;;
- esac])
-AC_CACHE_CHECK([whether to use wide characters internally],
- [ace_user_enable_wide_char], [ace_user_enable_wide_char=no])
-AM_CONDITIONAL([BUILD_USES_WCHAR], [test X$ace_user_enable_wide_char = Xyes])
+ [case "${withval}" in
+ yes)
+ AC_DEFINE([ACE_USES_WCHAR])
+ ace_user_enable_wide_char=yes
+ ;;
+ no)
+ ace_user_enable_wide_char=no
+ ;;
+ *)
+ AC_MSG_ERROR([bad value ${enableval} for --enable-uses-wchar])
+ ;;
+ esac])
+ AC_CACHE_CHECK([whether to use wide characters internally],
+ [ace_user_enable_wide_char], [ace_user_enable_wide_char=no])
+ AM_CONDITIONAL([BUILD_USES_WCHAR], [test X$ace_user_enable_wide_char = Xyes])
+
])
AC_DEFUN([ACE_WITH_RMCAST],