diff options
| author | John Crispin | 2008-06-11 19:23:44 +0000 |
|---|---|---|
| committer | John Crispin | 2008-06-11 19:23:44 +0000 |
| commit | 42912dd1e52cca8095b9c5e0c66ac0a3ea6ca0d4 (patch) | |
| tree | 22870946f923bdd1ff9613c98fab263310ef9eb8 | |
| parent | 0632e343fa2b5973a35e1fe384eca1244573f612 (diff) | |
| download | archive-42912dd1e52cca8095b9c5e0c66ac0a3ea6ca0d4.tar.gz | |
fixes dbus compile
SVN-Revision: 11444
| -rw-r--r-- | utils/dbus/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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" \ |