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

This commit is contained in:
ojab 2014-01-09 13:30:10 -05:00
parent 09f9ac4390
commit 7315bb9a6f

View File

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