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-24 14:53:56 -0300
commitaa72284f83cce506b100d387edd19264415d1429 (patch)
treee605b9b4f3feb4e6d1b33a9fe66d84dd97062ae2
parentad7f1757c03122506525c90d3d519a38aa1ceac2 (diff)
downloadkmod-aa72284f83cce506b100d387edd19264415d1429.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@:>@]),