diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-10-04 19:03:47 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-10-04 19:03:47 +0000 |
commit | 3516db5bf41681aa9fa270c1006becefc8f7d4c6 (patch) | |
tree | a6880f5296a91c1785268fe6f51034c613f5b858 /m4 | |
parent | b7b351460c7d041607f39ebc0cb715c537c4f9a4 (diff) | |
download | ATCD-3516db5bf41681aa9fa270c1006becefc8f7d4c6.tar.gz |
ChangeLogTag:Wed Oct 4 12:03:07 2000 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'm4')
-rw-r--r-- | m4/ace.m4 | 2 | ||||
-rw-r--r-- | m4/compiler.m4 | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/m4/ace.m4 b/m4/ace.m4 index a1a497699c8..1faae4e9749 100644 --- a/m4/ace.m4 +++ b/m4/ace.m4 @@ -572,7 +572,7 @@ changequote([, ])dnl case "${enableval}" in yes) if test -z "$GXX"; then - case "$target" in + case "$host" in *solaris*) ace_user_enable_rtti=yes ;; diff --git a/m4/compiler.m4 b/m4/compiler.m4 index a44b274daa1..328a3b81222 100644 --- a/m4/compiler.m4 +++ b/m4/compiler.m4 @@ -78,7 +78,7 @@ changequote([, ])dnl WERROR="-Werror" fi - case "$target" in + case "$host" in *aix*) dnl In case anything here or in the config depends on OS dnl version number, grab it here and pass it all to the @@ -116,7 +116,7 @@ changequote([, ])dnl ;; esac - case "$target" in + case "$host" in *aix4.2* | *aix4.3*) case "$CXX" in xlC*) |