Bad oops: This will break all dbus usage in any of all the sessions
authorAuke Kok <auke-jan.h.kok@intel.com>
Wed, 27 Jun 2012 04:33:19 +0000 (21:33 -0700)
committerAuke Kok <auke-jan.h.kok@intel.com>
Wed, 27 Jun 2012 04:33:19 +0000 (21:33 -0700)
configure.ac

index edce19a..17acc8c 100644 (file)
@@ -28,7 +28,7 @@ AC_MSG_RESULT($result)
 
 # Check for dbus daemon path for the session bus
 PKG_CHECK_MODULES([DBUS], [dbus-1])
-
+DBUSDAEMONDIR="`$PKG_CONFIG --variable=daemondir dbus-1`"
 DBUSPREFIX="`$PKG_CONFIG --variable=prefix dbus-1`"
 AC_SUBST(DBUSDAEMONDIR)
 AC_SUBST(DBUSPREFIX)