From: John Crispin Date: Wed, 11 Jun 2008 19:23:44 +0000 (+0000) Subject: fixes dbus compile X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=42912dd1e52cca8095b9c5e0c66ac0a3ea6ca0d4 fixes dbus compile SVN-Revision: 11444 --- diff --git a/utils/dbus/Makefile b/utils/dbus/Makefile index 77d962efa6..094b720df4 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" \