Index: icu-2.2.patch =================================================================== RCS file: /cvs/external/icu/icu-2.2.patch,v retrieving revision 1.12.2.1 diff -u -r1.12.2.1 icu-2.2.patch --- icu-2.2.patch 27 May 2003 05:56:33 -0000 1.12.2.1 +++ icu-2.2.patch 15 Jun 2003 14:13:17 -0000 @@ -848,3 +848,22 @@ return tempGlyphCount; }; +*** misc/icu/source/configure 2003-06-15 21:51:34.000000000 +1000 +--- misc/build/icu/source/configure 2003-06-15 22:01:15.000000000 +1000 +*************** +*** 1542,1551 **** +--- 1542,1555 ---- + fi ;; + *-*-*bsd*) icu_cv_host_frag=mh-bsd-gcc ;; + *-*-aix*) ++ if test "$ac_cv_prog_gcc" = yes; then ++ icu_cv_host_frag=mh-aix-gcc ++ else + if test -n "`$CXX --help 2>&1 | grep 'IBM C and C++ Compilers$'`"; then + icu_cv_host_frag=mh-aix + else + icu_cv_host_frag=mh-aix-va ++ fi + fi ;; + *-*-hpux*) + if test "$ac_cv_prog_gcc" = yes; then