From: Benedikt Heine Date: Thu, 14 Dec 2017 14:28:10 +0000 (+0100) Subject: Resolve bindir variable in dbus-1.pc file correctly X-Git-Tag: dbus-1.12.4~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6f0cbee93d0a83cddddab6b68df8e98bd66e7ab1;p=thirdparty%2Fdbus.git Resolve bindir variable in dbus-1.pc file correctly Bug: https://bugs.freedesktop.org/show_bug.cgi?id=104265 Reviewed-by: Simon McVittie (cherry picked from commit d5c2e5539fcaf37b9150d2391bcf9d6737931464) --- diff --git a/configure.ac b/configure.ac index aebf3a5c7..132e16303 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