Bug 644324 - Fix AC_TRY_COMPILE call for valid compiler/Mac OS X SDK combination check in comm-central (port Bug 635948); r=Callek
This commit is contained in:
Родитель
745778850b
Коммит
ca2cc251ba
|
@ -1070,8 +1070,7 @@ tools are selected during the Xcode/Developer Tools installation.])
|
|||
AC_LANG_SAVE
|
||||
AC_MSG_CHECKING([for valid compiler/Mac OS X SDK combination])
|
||||
AC_LANG_CPLUSPLUS
|
||||
AC_TRY_COMPILE([#include <new>
|
||||
int main() { return 0; }],
|
||||
AC_TRY_COMPILE([#include <new>],[],
|
||||
result=yes,
|
||||
result=no)
|
||||
AC_LANG_RESTORE
|
||||
|
|
Загрузка…
Ссылка в новой задаче