diff aclocal.m4 @ 3943:a10df4059532

[project @ 2002-05-16 22:31:35 by jwe]
author jwe
date Thu, 16 May 2002 22:31:36 +0000
parents 90dc5c9a9a21
children 41e7fa40ff4c
line wrap: on
line diff
--- a/aclocal.m4	Thu May 16 20:28:17 2002 +0000
+++ b/aclocal.m4	Thu May 16 22:31:36 2002 +0000
@@ -557,9 +557,11 @@
   AC_CACHE_VAL(octave_cv_cxx_iso_compliant_library, [
     AC_LANG_PUSH(C++)
     rm -f conftest.h
+### Omitting cwctype for now, since it is broken with gcc-3.0.x and
+### possibly other versions...
     for inc in algorithm bitset cassert cctype cerrno cfloat ciso646 \
 	climits clocale cmath complex csetjmp csignal cstdarg cstddef \
-	cstdio cstdlib cstring ctime cwchar cwctype deque exception \
+	cstdio cstdlib cstring ctime cwchar deque exception \
 	fstream functional iomanip ios iosfwd iostream istream iterator \
 	limits list locale map memory new numeric ostream queue set \
 	sstream stack stdexcept streambuf string strstream typeinfo \