bug 457082, configure --disable-compile-environment busted on windows, atl etc, bustage fix, r=ted

This commit is contained in:
Axel Hecht 2008-10-08 15:57:17 +02:00
Родитель 62272b2629
Коммит dc6e3121cb
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -5225,7 +5225,7 @@ if test "$ACCESSIBILITY"; then
AC_DEFINE(ACCESSIBILITY)
fi
if test -n "$ACCESSIBILITY" -a "$COMPILE_ENVIRONMET" = "1"; then
if test -n "$ACCESSIBILITY" -a "$COMPILE_ENVIRONMENT" = "1"; then
case "$target" in
*-mingw*|*-cygwin*|*-msvc*|*-mks*)
if test "$ac_cv_header_atlbase_h" = "no"; then