View | Details | Raw Unified | Return to issue 13620
Collapse All | Expand All

(-)icu-2.2.patch (+19 lines)
Lines 848-850 Link Here
848
  
848
  
849
          return tempGlyphCount;
849
          return tempGlyphCount;
850
      };
850
      };
851
*** misc/icu/source/configure   2003-06-15 21:51:34.000000000 +1000
852
--- misc/build/icu/source/configure     2003-06-15 22:01:15.000000000 +1000
853
***************
854
*** 1542,1551 ****
855
--- 1542,1555 ----
856
  	fi ;;
857
  *-*-*bsd*)     icu_cv_host_frag=mh-bsd-gcc ;;
858
  *-*-aix*)
859
+        if test "$ac_cv_prog_gcc" = yes; then
860
+                icu_cv_host_frag=mh-aix-gcc
861
+        else
862
  	if test -n "`$CXX --help 2>&1 | grep 'IBM C and C++ Compilers$'`"; then
863
  		icu_cv_host_frag=mh-aix
864
  	else
865
  		icu_cv_host_frag=mh-aix-va
866
+        fi
867
  	fi ;;
868
  *-*-hpux*)
869
  	if test "$ac_cv_prog_gcc" = yes; then

Return to issue 13620