From c5a7b6ca64d4dcdb70271c172b2cd0e02ea81561 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 18 Dec 2012 21:54:25 +0100 Subject: [PATCH] build: Fix typo with D-Bus system service directory check --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d534b8e39..f22f06a8b 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}]) -- 2.47.3