ICU-98 SRL rejected change to configure because it was overwritten. I have reapplied change to source\configure and added to source\aclocal.m4 to allow autoconf to work correctly.

X-SVN-Rev: 1098
This commit is contained in:
Brendan Murray 2000-04-10 21:43:26 +00:00
parent b1c5fc409a
commit 2667f27fcd
2 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,8 @@ case "${host}" in
*-*-solaris*)
if test "$ac_cv_prog_gcc" = yes; then
icu_cv_host_frag=$srcdir/config/mh-solaris-gcc
elif test "$host_cpu" = sparcv9; then
icu_cv_host_frag=$srcdir/config/mh-solaris-sparcv9
else
icu_cv_host_frag=$srcdir/config/mh-solaris
fi ;;

View File

@ -1093,6 +1093,8 @@ case "${host}" in
*-*-solaris*)
if test "$ac_cv_prog_gcc" = yes; then
icu_cv_host_frag=$srcdir/config/mh-solaris-gcc
elif test "$host_cpu" = sparcv9; then
icu_cv_host_frag=$srcdir/config/mh-solaris-sparcv9
else
icu_cv_host_frag=$srcdir/config/mh-solaris
fi ;;