View | Details | Raw Unified | Return to bug 89536
Collapse All | Expand All

(-)configure Fri Nov 25 17:18:30 2005 (-4 / +2 lines)
Lines 5940-5951 Link Here
5940
5940
5941
5941
5942
5942
5943
list=wchar_t
5944
5945
if test $ac_cv_sizeof_wchar_t -eq 4; then
5943
if test $ac_cv_sizeof_wchar_t -eq 4; then
5946
  list="$list ucs4 utf32 ucs-4 utf-32 UCS-4"
5944
  list="ucs4 utf32 ucs-4 utf-32 UCS-4"
5947
else
5945
else
5948
  list="$list ucs2 utf16 ucs-2 utf-16 UCS-2"
5946
  list="ucs2 utf16 ucs-2 utf-16 UCS-2"
5949
fi
5947
fi

Return to bug 89536