diff --git a/configure.ac b/configure.ac
index 8cdde026db3f02bbcf72dc4f780320c718bec04b..fdbf6bbe7bcbddef7c0f240418d21dbd70c40df3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -51,7 +51,7 @@ if test "x$enable_remote" = "xauto"; then
 fi
 
 if test "x$enable_remote" = "xyes";then
-	PKG_CHECK_MODULES([DBUS], [dbus-1 >= 0.60 dbus-glib-1 >= 0.60])
+	PKG_CHECK_MODULES([DBUS], [dbus-1 >= 0.60])
 	AC_SUBST(DBUS_CFLAGS)
 	AC_SUBST(DBUS_LIBS)
 	have_remote=true