at master 16 lines 712 B view raw
1diff --git a/configure.ac b/configure.ac 2index e2d579b8..0eac4ff3 100644 3--- a/configure.ac 4+++ b/configure.ac 5@@ -672,9 +672,9 @@ AS_IF([test "$HOSTOS" = "Linux" && test "x$systemd_sysusers" != "xyes"], 6 AC_CHECK_PROG(adduser, adduser, yes) 7 AC_CHECK_PROG(addgroup, addgroup, yes) 8 AS_IF([test "x$addgroup" != "xyes" && test "x$groupadd" != "xyes" ], 9- [AC_MSG_ERROR([addgroup or groupadd are needed.])]) 10+ [AC_MSG_WARN([addgroup or groupadd are needed.])]) 11 AS_IF([test "x$adduser" != "xyes" && test "x$useradd" != "xyes" ], 12- [AC_MSG_ERROR([adduser or useradd are needed.])])]) 13+ [AC_MSG_WARN([adduser or useradd are needed.])])]) 14 15 AC_SUBST([PATH]) 16