X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=configure.ac;h=2704edeedda7fa9d031d410348da778ad2702c39;hb=1b777010e7255cb354e31ca28c6442ee86383bac;hp=89087da5a44d6eb3ca80af382b263658bf3d2215;hpb=61b441dc995c1e6dd21fd85e2014dd981e9c9350;p=tinc diff --git a/configure.ac b/configure.ac index 89087da5..2704edee 100644 --- a/configure.ac +++ b/configure.ac @@ -115,7 +115,7 @@ AC_ARG_WITH(systemd, [ systemd=false ] ) -AS_IF([test "x$with_systemd" = "xyes"], [systemd_path="/lib/systemd/system"], +AS_IF([test "x$with_systemd" = "xyes"], [systemd_path="\${libdir}/systemd/system"], [AS_IF([test "x$with_systemd" = "xno"], [systemd=false])]) AC_SUBST(systemd_path, $systemd_path)