From: markus schnalke Date: Tue, 3 Jan 2012 05:41:27 +0000 (+0100) Subject: Removed remaining lines from the --with-pager=... removal, months ago. X-Git-Tag: mmh-thesis-end~437 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=c840e9f3c212b901300df2a8ec12fd359fb85a7f;ds=sidebyside Removed remaining lines from the --with-pager=... removal, months ago. --- diff --git a/configure.ac b/configure.ac index b3fa70a..0d3dc69 100644 --- a/configure.ac +++ b/configure.ac @@ -100,13 +100,6 @@ else AC_DEFINE(DOT_LOCKING)dnl fi -dnl What should be the default pager? -AC_ARG_WITH(pager, - AS_HELP_STRING([--with-pager=PAGER],[specify the default pager])) - -if test -n "$with_pager"; then - pagerpath="$with_pager" -fi dnl ---------------------------------------------------- dnl Default location is /usr/local/mmh/{bin,etc,lib,share/man}