1 --- mozilla.pure/configure.in 2008-06-16 00:25:32.000000000 +0200
2 +++ mozilla/configure.in 2008-11-10 16:15:36.859375000 +0100
5 elif test "$_CC_MAJOR_VERSION" = "14"; then
7 + CXXFLAGS="$CXXFLAGS -Zc:wchar_t-"
9 AC_MSG_ERROR([This version of the MSVC compiler, $CC_VERSION , is unsupported.])
11 --- mozilla.pure/configure 2008-06-16 00:25:31.000000000 +0200
12 +++ mozilla/configure 2008-11-10 16:15:30.437500000 +0100
15 elif test "$_CC_MAJOR_VERSION" = "14"; then
17 + CXXFLAGS="$CXXFLAGS -Zc:wchar_t-"
19 { echo "configure: error: This version of the MSVC compiler, $CC_VERSION , is unsupported." 1>&2; exit 1; }