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:
Nomis101@web.de 2011-04-11 13:53:25 +01:00
Родитель 745778850b
Коммит ca2cc251ba
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -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