Bug 468463: Use proper equality operator for Unix 'test' command. r=ted.mielczarek

This commit is contained in:
Jim Blandy 2008-12-19 11:11:01 -08:00
Родитель 6b3cecf606
Коммит 6e2aad61e3
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -5247,7 +5247,7 @@ MOZ_ARG_DISABLE_BOOL(printing,
NS_PRINTING=,
NS_PRINTING=1 )
if test "$MOZ_WIDGET_TOOLKIT" == "qt"; then
if test "$MOZ_WIDGET_TOOLKIT" = "qt"; then
AC_MSG_WARN([Printing does not work with Qt at this time. Omitting printing support.])
NS_PRINTING=
fi