diff options
author | Lucas De Marchi <lucas.demarchi@intel.com> | 2015-02-27 16:19:44 -0300 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@intel.com> | 2015-02-27 16:20:14 -0300 |
commit | fae77516b405e8e685afd08acff71209a90609f7 (patch) | |
tree | 964b4ffb3b58f2560642c65eb8172d82edfa6016 /configure.ac | |
parent | 16a62c7ab3846a1996624cccc0e16dd4adb5deb0 (diff) | |
download | kmod-fae77516b405e8e685afd08acff71209a90609f7.tar.gz kmod-fae77516b405e8e685afd08acff71209a90609f7.tar.bz2 kmod-fae77516b405e8e685afd08acff71209a90609f7.zip |
build: we are kmod, not systemd
Fix copy and paste mistake.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
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 |