From 76f557cabd61c6f29a7e339735ae77a415dce19b Mon Sep 17 00:00:00 2001 From: "Thomas \"Cakeisalie5\" Touhey" Date: Sun, 26 Mar 2017 10:31:14 +0200 Subject: [PATCH] --maintainer => --no-manpages --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index f83b078..13342ea 100755 --- a/configure +++ b/configure @@ -97,7 +97,7 @@ esac; done for arg ; do case "$arg" in --make-full-log) make_full_log=yes ;; --target=*) target="${arg#*=}" ;; ---maintainer) more_warnings=yes ;; +--maintainer) install_manpages=; more_warnings=yes ;; --default-zoom=*) zoom="${arg#*=}" if ! [ $zoom -eq $zoom 2>/dev/null ]; then