Workarounds for QNX's compiler choking to death on parts of nsCOMPtr.h.

This commit is contained in:
briano%netscape.com 1999-07-22 23:31:13 +00:00
Родитель 424c6b9ce6
Коммит 1bb0eeb32f
1 изменённых файлов: 6 добавлений и 3 удалений

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

@ -433,6 +433,9 @@ alpha*-*-osf*)
;;
*-qnx*)
dnl Solves the problems the QNX compiler has with nsCOMPtr.h.
AC_DEFINE(NSCAP_DISABLE_TEST_DONTQUERY_CASES)
AC_DEFINE(NSCAP_DISABLE_DEBUG_PTR_TYPES)
if test "$no_x" = "yes"; then
MOZ_WIDGET_TOOLKIT='photon'
TK_LIBS='-lphoton -lphrender'