]> git.ipfire.org Git - thirdparty/kmod.git/blobdiff - configure.ac
build: we are kmod, not systemd
[thirdparty/kmod.git] / configure.ac
index ecf3e8386bb36f23f8154b9eadadef45b2c22785..92790dbff9d3c47bdf6a3f171897a2be097b21fe 100644 (file)
@@ -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