summaryrefslogtreecommitdiff
path: root/config-scripts
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2019-10-21 11:12:11 -0400
committerMichael R Sweet <michael.r.sweet@gmail.com>2019-10-21 11:12:11 -0400
commit397eefaa69b7928bb616ecdd6e6d8a4221d2b5f3 (patch)
treeed782da14ca9a1e8214a10622d7d9c737ccf0a1f /config-scripts
parent9e82c53ebcb50e53358285efeb06bcccba57f4ee (diff)
downloadcups-397eefaa69b7928bb616ecdd6e6d8a4221d2b5f3.tar.gz
Another fix for DBUSDIR (Issue #5671)
Diffstat (limited to 'config-scripts')
-rw-r--r--config-scripts/cups-common.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/config-scripts/cups-common.m4 b/config-scripts/cups-common.m4
index 27b7b2796..a460a73a4 100644
--- a/config-scripts/cups-common.m4
+++ b/config-scripts/cups-common.m4
@@ -317,7 +317,7 @@ if test "x$enable_dbus" != xno -a "x$PKGCONFIG" != x -a "x$host_os_name" != xdar
AC_CHECK_FUNC(dbus_threads_init,
AC_DEFINE(HAVE_DBUS_THREADS_INIT))
LIBS="$SAVELIBS"
- if test -d /etc/dbus-1; then
+ if test -d /etc/dbus-1 -a "x$DBUSDIR" = x; then
DBUSDIR="/etc/dbus-1"
fi
else