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:
parent
b1c5fc409a
commit
2667f27fcd
2
icu4c/source/aclocal.m4
vendored
2
icu4c/source/aclocal.m4
vendored
@ -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 ;;
|
||||
|
2
icu4c/source/configure
vendored
2
icu4c/source/configure
vendored
@ -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 ;;
|
||||
|
Loading…
Reference in New Issue
Block a user