summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBenedikt Heine <bebe@bebehei.de>2017-12-14 15:28:10 +0100
committerSimon McVittie <smcv@collabora.com>2017-12-14 14:58:39 +0000
commitd5c2e5539fcaf37b9150d2391bcf9d6737931464 (patch)
tree4f23f38b536d36b26eb3d8ad9575340cfc44616e /configure.ac
parent065e2249ac6840d34e41cd156d3fa2201ca10b6c (diff)
downloaddbus-d5c2e5539fcaf37b9150d2391bcf9d6737931464.tar.gz
Resolve bindir variable in dbus-1.pc file correctly
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=104265 Reviewed-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2ab704b3..1d781189 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1540,7 +1540,7 @@ AC_DEFINE_UNQUOTED(DBUS_DATADIR,"$DBUS_DATADIR", [Directory for installing DBUS
#### Directory to install dbus-daemon
if test -z "$with_dbus_daemondir" ; then
DBUS_DAEMONDIR=$EXPANDED_BINDIR
- dbus_daemondir='$bindir'
+ dbus_daemondir='${bindir}'
else
DBUS_DAEMONDIR=$with_dbus_daemondir
dbus_daemondir=$with_dbus_daemondir