summaryrefslogtreecommitdiff
path: root/java/jikes/files/patch-conrigure
blob: 32586390792491726a0a33a0dd39891f567e6741 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- configure.orig	Sun Nov 27 10:51:09 2005
+++ configure	Sun Nov 27 10:51:35 2005
@@ -5940,12 +5940,10 @@
 
 
 
-list=wchar_t
-
 if test $ac_cv_sizeof_wchar_t -eq 4; then
-  list="$list ucs4 utf32 ucs-4 utf-32 UCS-4"
+  list="ucs4 utf32 ucs-4 utf-32 UCS-4"
 else
-  list="$list ucs2 utf16 ucs-2 utf-16 UCS-2"
+  list="ucs2 utf16 ucs-2 utf-16 UCS-2"
 fi