mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-10 09:19:28 +00:00
Bug 627699 - Fix build bustage with --disable-dbus. r=karlt
This commit is contained in:
parent
09f9ac4390
commit
7315bb9a6f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user