Bug 815581 - fixed a typo in c581bb3ceac5 (DONTBUILD)

This commit is contained in:
Jacek Caban 2012-11-30 15:45:23 +01:00
parent 22cd61d1bc
commit 35b9225fc2

View File

@ -5200,7 +5200,7 @@ if test "$ACCESSIBILITY"; then
if test "$GCC" != "yes"; then
AC_MSG_ERROR([MIDL could not be found. Building accessibility without MIDL is not supported.])
else
AC_MSG_ERROR([You have accessibility enabled, but widl could not be found. Add --dissable-accessibility to your mozconfig or install widl. See https://developer.mozilla.org/en-US/docs/Cross_Compile_Mozilla_for_Mingw32 for details.])
AC_MSG_ERROR([You have accessibility enabled, but widl could not be found. Add --disable-accessibility to your mozconfig or install widl. See https://developer.mozilla.org/en-US/docs/Cross_Compile_Mozilla_for_Mingw32 for details.])
fi
fi
esac