From fae77516b405e8e685afd08acff71209a90609f7 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Fri, 27 Feb 2015 16:19:44 -0300 Subject: [PATCH] build: we are kmod, not systemd Fix copy and paste mistake. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.3