diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-02-23 04:28:04 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-02-23 04:28:04 +0000 |
commit | 6acd9b3496f515e911674cac389b9ee10dd963c1 (patch) | |
tree | c71a993ce457c3285e530c10f03e41fa6ed00aa6 /m4 | |
parent | 4b98c07fb3657eb310b7262639b57d792b2ed0b5 (diff) | |
download | ATCD-6acd9b3496f515e911674cac389b9ee10dd963c1.tar.gz |
Added M4 "changequote" statements to prevent "i[3456]86" from being
turned in to "i345686"
Diffstat (limited to 'm4')
-rw-r--r-- | m4/platform.m4 | 2 |
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 |