summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMike Brady <mikebrady@eircom.net>2019-05-12 15:40:40 +0100
committerMike Brady <mikebrady@eircom.net>2019-05-12 15:40:40 +0100
commit4aea4cc5c64958df45d39c67049f9ee6efa9d079 (patch)
tree68e6dce0ad10a535de3ca6223b7223eecdc3587a /configure.ac
parentd36c5534b7546a61cbbdfff8ad8c5c6deef123c3 (diff)
Always use /etc/dbus-1/system.d for dbus policy documents in Linux, but continue to use the top-level directory path specified by the sysconfdir variable for *BSD
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d49df6c..81ff44f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -33,8 +33,8 @@ if test "x${with_os}" = xopenbsd ; then
AC_CHECK_LIB([c],[clock_gettime], , AC_MSG_ERROR(libc needed))
fi
+AM_CONDITIONAL([BUILD_FOR_LINUX], [test "x${with_os}" = xlinux ])
AM_CONDITIONAL([BUILD_FOR_FREEBSD], [test "x${with_os}" = xfreebsd ])
-
AM_CONDITIONAL([BUILD_FOR_OPENBSD], [test "x${with_os}" = xopenbsd ])