Diff between 2d9190d3ace779824f562da4ae6c7bdd4b8ee677 and c5a7b6ca64d4dcdb70271c172b2cd0e02ea81561
Changed Files
| File | Additions | Deletions | Status |
| configure.ac | +1 | -1 | modified |
Full Patch
diff --git a/configure.ac b/configure.ac
index d534b8e..f22f06a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -80,7 +80,7 @@ AC_ARG_WITH([dbussystembusdir], AC_HELP_STRING([--with-dbussystembusdir=DIR],
if (test -z "${path_dbussystembusdir}"); then
AC_MSG_CHECKING([D-Bus system bus services dir])
path_dbussystembusdir="`$PKG_CONFIG --variable=system_bus_services_dir dbus-1`"
- if (test -z "${path_dbusconfdir}"); then
+ if (test -z "${path_dbussystembusdir}"); then
AC_MSG_ERROR([D-Bus system bus services directory is required])
fi
AC_MSG_RESULT([${path_dbussystembusdir}])