Luke Granger-Brown
57725ef3ec
git-subtree-dir: third_party/nixpkgs git-subtree-split: 76612b17c0ce71689921ca12d9ffdc9c23ce40b2
16 lines
712 B
Diff
16 lines
712 B
Diff
diff --git a/configure.ac b/configure.ac
|
|
index e2d579b8..0eac4ff3 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -672,9 +672,9 @@ AS_IF([test "$HOSTOS" = "Linux" && test "x$systemd_sysusers" != "xyes"],
|
|
AC_CHECK_PROG(adduser, adduser, yes)
|
|
AC_CHECK_PROG(addgroup, addgroup, yes)
|
|
AS_IF([test "x$addgroup" != "xyes" && test "x$groupadd" != "xyes" ],
|
|
- [AC_MSG_ERROR([addgroup or groupadd are needed.])])
|
|
+ [AC_MSG_WARN([addgroup or groupadd are needed.])])
|
|
AS_IF([test "x$adduser" != "xyes" && test "x$useradd" != "xyes" ],
|
|
- [AC_MSG_ERROR([adduser or useradd are needed.])])])
|
|
+ [AC_MSG_WARN([adduser or useradd are needed.])])])
|
|
|
|
AC_SUBST([PATH])
|
|
|