diff options
author | John (J5) Palmieri <johnp@redhat.com> | 2006-08-25 19:33:39 +0000 |
---|---|---|
committer | John (J5) Palmieri <johnp@redhat.com> | 2006-08-25 19:33:39 +0000 |
commit | 8f9f3deb90b5283c46a3cb992c1be2d053c942c5 (patch) | |
tree | 41fe6149ad2ce75ac9d931c3349b35591cbc3336 /configure.in | |
parent | 54cad19215eb5c087995381cdc64b12a6be13979 (diff) |
* configure.in: Fix DBUS_DAEMONDIR to use EXPANDED_BINDIR for the
default case
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index b8394298..5a246362 100644 --- a/configure.in +++ b/configure.in @@ -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 |