From: Lucas De Marchi Date: Fri, 27 Feb 2015 19:19:44 +0000 (-0300) Subject: build: we are kmod, not systemd X-Git-Tag: v20~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fae77516b405e8e685afd08acff71209a90609f7;p=thirdparty%2Fkmod.git build: we are kmod, not systemd Fix copy and paste mistake. --- diff --git a/configure.ac b/configure.ac index ecf3e838..92790dbf 100644 --- a/configure.ac +++ b/configure.ac @@ -18,8 +18,8 @@ AM_INIT_AUTOMAKE([check-news foreign 1.11 silent-rules tar-pax no-dist-gzip dist AM_SILENT_RULES([yes]) 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_largefile" = "xno"], [AC_MSG_ERROR([--disable-largefile 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 kmod])]) ##################################################################### # Program checks and configurations