mirror of
https://github.com/AuxXxilium/kmod.git
synced 2025-02-21 17:07:18 +07:00
build: we are kmod, not systemd
Fix copy and paste mistake.
This commit is contained in:
parent
16a62c7ab3
commit
fae77516b4
@ -18,8 +18,8 @@ AM_INIT_AUTOMAKE([check-news foreign 1.11 silent-rules tar-pax no-dist-gzip dist
|
|||||||
AM_SILENT_RULES([yes])
|
AM_SILENT_RULES([yes])
|
||||||
LT_INIT([disable-static pic-only])
|
LT_INIT([disable-static pic-only])
|
||||||
|
|
||||||
AS_IF([test "x$enable_static" = "xyes"], [AC_MSG_ERROR([--enable-static is not supported by systemd])])
|
AS_IF([test "x$enable_static" = "xyes"], [AC_MSG_ERROR([--enable-static is not supported by kmod])])
|
||||||
AS_IF([test "x$enable_largefile" = "xno"], [AC_MSG_ERROR([--disable-largefile is not supported by systemd])])
|
AS_IF([test "x$enable_largefile" = "xno"], [AC_MSG_ERROR([--disable-largefile is not supported by kmod])])
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
# Program checks and configurations
|
# Program checks and configurations
|
||||||
|
Loading…
Reference in New Issue
Block a user