From c1d53b7c767275b39dc8ecfcd5b6129ee2cabb6d Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 15 Aug 2008 14:35:46 +0200 Subject: [PATCH] configure: remove the --with-libdir parameter. This is redundant: use the autoconf-provided --libdir instead. This will also make the new distinction between libdir and modulesdir more visible. Michael --- source/m4/check_path.m4 | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/source/m4/check_path.m4 b/source/m4/check_path.m4 index c39efc66f51..1d25827df65 100644 --- a/source/m4/check_path.m4 +++ b/source/m4/check_path.m4 @@ -176,22 +176,6 @@ AC_ARG_WITH(ctdb, ;; esac]) -################################################# -# set lib directory location -AC_ARG_WITH(libdir, -[AS_HELP_STRING([--with-libdir=DIR], [Where to put libdir ($libdir)])], -[ case "$withval" in - yes|no) - # - # Just in case anybody does it - # - AC_MSG_WARN([--with-libdir without argument - will use default]) - ;; - * ) - libdir="$withval" - ;; - esac]) - ################################################# # set shared modules (internal lib) directory location AC_ARG_WITH(modulesdir, -- 2.34.1