Bug 627699 - Fix build bustage with --disable-dbus. r=karlt

This commit is contained in:
ojab 2014-01-09 13:30:10 -05:00
Родитель 09f9ac4390
Коммит 7315bb9a6f
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -7779,7 +7779,7 @@ dnl ========================================================
if test -z "$SKIP_PATH_CHECKS"; then
if test -z "${GLIB_CFLAGS}" -o -z "${GLIB_LIBS}" ; then
if test "$MOZ_ENABLE_GTK2" ; then
if test "$MOZ_ENABLE_GTK" ; then
PKG_CHECK_MODULES(GLIB, glib-2.0 >= 1.3.7 gobject-2.0)
fi
fi