summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@intel.com>2015-02-27 16:19:44 -0300
committerLucas De Marchi <lucas.demarchi@intel.com>2015-02-27 16:20:14 -0300
commitfae77516b405e8e685afd08acff71209a90609f7 (patch)
tree964b4ffb3b58f2560642c65eb8172d82edfa6016
parent16a62c7ab3846a1996624cccc0e16dd4adb5deb0 (diff)
downloadkmod-fae77516b405e8e685afd08acff71209a90609f7.tar.gz
build: we are kmod, not systemd
Fix copy and paste mistake.
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index ecf3e83..92790db 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