don't set HAVE_CPP_2BYTE_WCHAR_T for AIX

r= cls@seawood.org
# 75544
This commit is contained in:
jdunn%netscape.com 2001-04-13 12:09:34 +00:00
Родитель 3715d09622
Коммит 5dbbc3fef0
1 изменённых файлов: 8 добавлений и 2 удалений

Просмотреть файл

@ -2060,8 +2060,14 @@ AC_CACHE_CHECK(for usable wchar_t (2 bytes, unsigned),
ac_cv_have_usable_wchar="no",
ac_cv_have_usable_wchar="maybe")])
if test "$ac_cv_have_usable_wchar" = "yes"; then
AC_DEFINE(HAVE_CPP_2BYTE_WCHAR_T)
HAVE_CPP_2BYTE_WCHAR_T=1
case $target in
*-aix4.3*)
;;
*)
AC_DEFINE(HAVE_CPP_2BYTE_WCHAR_T)
HAVE_CPP_2BYTE_WCHAR_T=1
;;
esac
else
dnl This is really gcc-only
dnl Do this test using CXX instead of CC since some versions of gcc