summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2000-02-23 04:28:04 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2000-02-23 04:28:04 +0000
commita32fc15aa71183e11bfd09485d4e850fd76f9b0e (patch)
treec71a993ce457c3285e530c10f03e41fa6ed00aa6
parent4d62fa81928d806987564836aaec17a24613c3e6 (diff)
downloadATCD-a32fc15aa71183e11bfd09485d4e850fd76f9b0e.tar.gz
Added M4 "changequote" statements to prevent "i[3456]86" from being
turned in to "i345686"
-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