mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-03 18:30:15 +01:00
* configure.in: Fix DBUS_DAEMONDIR to use EXPANDED_BINDIR for the
default case
This commit is contained in:
parent
54cad19215
commit
8f9f3deb90
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2006-08-25 John (J5) Palmieri <johnp@redhat.com>
|
||||
|
||||
* configure.in: Fix DBUS_DAEMONDIR to use EXPANDED_BINDIR for the
|
||||
default case
|
||||
|
||||
2006-08-25 John (J5) Palmieri <johnp@redhat.com>
|
||||
|
||||
* configure.ac, bus/Makefile.am: Generalize kqueue support so that
|
||||
|
|
|
|||
|
|
@ -994,7 +994,7 @@ AC_DEFINE_UNQUOTED(DBUS_USER,"$DBUS_USER", [User for running the system BUS daem
|
|||
|
||||
#### Directory to install dbus-daemon
|
||||
if test -z "$with_dbus_daemondir" ; then
|
||||
DBUS_DAEMONDIR="${bindir}"
|
||||
DBUS_DAEMONDIR=$EXPANDED_BINDIR
|
||||
else
|
||||
DBUS_DAEMONDIR=$with_dbus_daemondir
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue