diff options
author | Rene Wagner <rw@handhelds.org> | 2004-10-09 19:49:26 +0000 |
---|---|---|
committer | Rene Wagner <rw@handhelds.org> | 2004-10-09 19:49:26 +0000 |
commit | 4908591c81046081212f4ff28e2617516a8f06aa (patch) | |
tree | 5fbdc3d22fb5674c4d286301eb42f71109c2f3e5 | |
parent | 63905aa1c6a462d02c3f63ccda399a214455db0a (diff) |
site/arm-linux: add ac_cv_sizeof_wchar_t=4 to make jikes compile
BKrev: 416840c6hawQI72-pcIiDC1qBfMthA
-rw-r--r-- | site/arm-linux | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/site/arm-linux b/site/arm-linux index 8da83f4f63..bf7d497aa3 100644 --- a/site/arm-linux +++ b/site/arm-linux @@ -244,6 +244,9 @@ glib_cv_strlcpy=${glib_cv_strlcpy=no} # httppc ac_cv_strerror_r_SUSv3=${ac_cv_strerror_r_SUSv3=no} +# jikes +ac_cv_sizeof_wchar_t=4 + # lftp ac_cv_need_trio=${ac_cv_need_trio=no} lftp_cv_va_copy=${lftp_cv_va_copy=no} |