summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@intel.com>2014-03-20 09:50:12 -0300
committerLucas De Marchi <lucas.demarchi@intel.com>2014-03-20 09:50:12 -0300
commit092d9448e0d46df135db0f6a6c48719e030e6477 (patch)
tree5c16d6b2f46e9ab206269b08da752e1e2c86d01e
parent957e4f1bcc639bfda6109a3e46da89c457bb4559 (diff)
downloadkmod-092d9448e0d46df135db0f6a6c48719e030e6477.tar.gz
build-sys: Remove bogus line causing warning
./configure: line 14316: xyes: command not found We are not using have_manpages, so remove it.
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 54a52ea..e95942a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -112,7 +112,6 @@ AC_ARG_ENABLE([manpages],
AS_HELP_STRING([--disable-manpages], [disable manpages @<:@default=enabled@:>@]),
[], enable_manpages=yes)
AM_CONDITIONAL([BUILD_MANPAGES], [test "x$enable_manpages" = "xyes"])
-AS_IF(["x$enable_manpages" != "xno"], ["have_manpages=yes"])
AC_ARG_ENABLE([logging],
AS_HELP_STRING([--disable-logging], [disable system logging @<:@default=enabled@:>@]),