зеркало из https://github.com/mozilla/gecko-dev.git
Bug 468463: Use proper equality operator for Unix 'test' command. r=ted.mielczarek
This commit is contained in:
Родитель
6b3cecf606
Коммит
6e2aad61e3
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче