summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--m4/platform.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/m4/platform.m4 b/m4/platform.m4
index 0f0c989c5f8..04e50db7a4e 100644
--- a/m4/platform.m4
+++ b/m4/platform.m4
@@ -304,7 +304,9 @@ dnl AC_DEFINE(ACE_USE_SELECT_REACTOR_FOR_REACTOR_IMPL)
CPPFLAGS="$CPPFLAGS -D_POSIX_PATH_MAX=256" dnl Num. bytes in
dnl pathname (excl. NULL)
case $target in
+changequote(, )dnl
i[3456]86*)
+changequote([, ])dnl
if test -n "$GXX"; then
dnl Neutrino defines memcpy as a macro on x86, which then
dnl hoses the ACE_OS::memcpy() method. Undefining