зеркало из https://github.com/mozilla/gecko-dev.git
Bug 218829 - Typo in configure.in test for VisualAge Compiler.
r=bryner@brianryner.com
This commit is contained in:
Родитель
f9a15025a5
Коммит
cdb8d07924
|
@ -814,7 +814,7 @@ case "$target" in
|
||||||
AC_LANG_CPLUSPLUS
|
AC_LANG_CPLUSPLUS
|
||||||
AC_MSG_CHECKING([for VisualAge C++ compiler version >= 5.0.2.0])
|
AC_MSG_CHECKING([for VisualAge C++ compiler version >= 5.0.2.0])
|
||||||
AC_TRY_COMPILE([],
|
AC_TRY_COMPILE([],
|
||||||
[#if (__IBMCPP__ < 520)
|
[#if (__IBMCPP__ < 502)
|
||||||
#error "Bad compiler"
|
#error "Bad compiler"
|
||||||
#endif],
|
#endif],
|
||||||
_BAD_COMPILER=,_BAD_COMPILER=1)
|
_BAD_COMPILER=,_BAD_COMPILER=1)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче