From 615aafa8635748d3428da519d670230e520d7e6c Mon Sep 17 00:00:00 2001 From: blogic Date: Wed, 11 Jun 2008 19:23:44 +0000 Subject: [PATCH] fixes dbus compile git-svn-id: svn://svn.openwrt.org/openwrt/packages@11444 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- utils/dbus/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/utils/dbus/Makefile b/utils/dbus/Makefile index 77d962efa..094b720df 100644 --- a/utils/dbus/Makefile +++ b/utils/dbus/Makefile @@ -78,8 +78,7 @@ CONFIGURE_ARGS += \ --with-dbus-daemondir="/usr/sbin" \ --with-system-socket="/var/run/dbus/system_bus_socket" \ --with-system-pid-file="/var/run/dbus.pid" \ - -# --without-x \ + --without-x CONFIGURE_VARS+= \ ac_cv_have_abstract_sockets="yes" \