mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 12:46:26 +00:00
8208c86efe
disable static lib builds Signed-off-by: Thierry Laurion <insurgo@riseup.net>
21 lines
896 B
Diff
21 lines
896 B
Diff
--- a/configure.ac 2022-05-21 14:40:59.686470575 +0800
|
|
+++ b/configure.ac 2022-05-21 14:41:21.406671435 +0800
|
|
@@ -488,17 +488,6 @@ AM_CONDITIONAL(SYSD_SYSUSERS, test "x$sy
|
|
AC_CHECK_PROG(systemd_tmpfiles, systemd-tmpfiles, yes)
|
|
AM_CONDITIONAL(SYSD_TMPFILES, test "x$systemd_tmpfiles" = "xyes")
|
|
|
|
-# Check all tools used by make install
|
|
-AS_IF([test "$HOSTOS" = "Linux"],
|
|
- [ AC_CHECK_PROG(useradd, useradd, yes)
|
|
- AC_CHECK_PROG(groupadd, groupadd, yes)
|
|
- 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.])])
|
|
- AS_IF([test "x$adduser" != "xyes" && test "x$useradd" != "xyes" ],
|
|
- [AC_MSG_ERROR([adduser or useradd are needed.])])])
|
|
-
|
|
AC_SUBST([PATH])
|
|
|
|
dnl --------- Doxy Gen -----------------------
|